Skip to content

Commit dbb5ca8

Browse files
authored
Merge pull request #3261 from IgniteUI/repo-cleanup
chore(*): updating and cleaning up dependencies
2 parents e15d032 + c9e3137 commit dbb5ca8

34 files changed

Lines changed: 4228 additions & 3744 deletions

.github/workflows/build-app-crm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
# Steps represent a sequence of tasks that will be executed as part of the job
3535
steps:
3636
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v3
3838

3939
- name: Use Node.js ${{ matrix.node-version }}
40-
uses: actions/setup-node@v2
40+
uses: actions/setup-node@v3
4141
with:
4242
node-version: ${{ matrix.node-version }}
4343
cache: 'npm'

.github/workflows/build-app-lob.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
# Steps represent a sequence of tasks that will be executed as part of the job
4040
steps:
4141
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v3
4343

4444
- name: Use Node.js ${{ matrix.node-version }}
45-
uses: actions/setup-node@v2
45+
uses: actions/setup-node@v3
4646
with:
4747
node-version: ${{ matrix.node-version }}
4848
cache: 'npm'

README.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<article>
1414
<h1>Thank you for downloading
1515
<br>Ignite UI for Angular</h1>
16-
<p>In the package you just downloaded, you get a complete set of samples, including source code for each of them. Youll
16+
<p>In the package you just downloaded, you get a complete set of samples, including source code for each of them. You'll
1717
see the full array of capabilities in Ignite UI for Angular, all the different features for the controls, how they
1818
are implemented.
1919
</p>
@@ -43,7 +43,7 @@ <h2>Prerequisites to using Ignite UI for Angular</h2>
4343
app, including Ignite UI for Angular, and to build Ignite UI for Angular apps.
4444
<br>
4545
<br>To get started, you must install both NodeJS and Visual Studio Code on your machine. Modern web development with
46-
Angular requires NodeJS, its sort of like an ASP.NET app running in the browser requires ASP.NET runtime deployed
46+
Angular requires NodeJS, it's sort of like an ASP.NET app running in the browser requires ASP.NET runtime deployed
4747
on the server. For development, there is nothing better than Visual Studio Code to build Angular apps. Getting started
4848
is easy, just download and install both Node.js and Visual Studio Code.</p>
4949
<div class="callouts">
@@ -69,7 +69,7 @@ <h2>Running the Ignite UI for Angular Samples</h2>
6969
<h3>Step-by-Step</h3>
7070
<ol>
7171
<li>Unzip the package to your hard drive. </li>
72-
<li>Open the project by right-clicking anywhere in the folder that youve just unzipped and selecting “Open with Code”
72+
<li>Open the project by right-clicking anywhere in the folder that you've just unzipped and selecting “Open with Code”
7373
from the context menu. If you do not have a right-click option to Open in Code, or you are running a Mac, simply
7474
open Visual Studio Code and from the File menu select Open Folder and select the folder you just unzipped. </li>
7575
<li>Once Visual Studio Code is open, you should see the samples folders in the Explorer pane. </li>
@@ -85,13 +85,13 @@ <h3>Step-by-Step</h3>
8585
<section class="cli">
8686
<article>
8787
<h2>Building your first Ignite UI for Angular app</h2>
88-
<p>After youve looked at the Ignite UI for Angular samples and explored the online docs, its time to get started building
89-
your first Ignite UI for Angular app. Using the Ignite UI for Angular CLI (Command Line Interface), its super-easy
88+
<p>After you've looked at the Ignite UI for Angular samples and explored the online docs, it's time to get started building
89+
your first Ignite UI for Angular app. Using the Ignite UI for Angular CLI (Command Line Interface), it's super-easy
9090
to get started building full-featured Angular apps. Our CLI gives you the ability to initialize, develop, scaffold,
9191
and maintain applications in Angular with Ignite UI, all with pre-set navigation, templates for each control and
9292
full screen views that can help you kick off any type of Angular app development.
9393
<br>
94-
<br>Weve included 2 videos that will help you install the pre-requisites and walk you through using the Ignite UI for
94+
<br>We've included 2 videos that will help you install the pre-requisites and walk you through using the Ignite UI for
9595
Angular CLI to build your first Ignite UI for Angular app.</p>
9696
<div class="callouts">
9797
<div class="callout">
@@ -137,4 +137,4 @@ <h2>Building your first Ignite UI for Angular app</h2>
137137
</footer>
138138
</body>
139139

140-
</html>
140+
</html>

angular.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -230,18 +230,6 @@
230230
"projects/app-lob/**/*.html"
231231
]
232232
}
233-
},
234-
"e2e": {
235-
"builder": "@angular-devkit/build-angular:protractor",
236-
"options": {
237-
"protractorConfig": "projects/app-lob/e2e/protractor.conf.js",
238-
"devServerTarget": "app-lob:serve"
239-
},
240-
"configurations": {
241-
"production": {
242-
"devServerTarget": "app-lob:serve:production"
243-
}
244-
}
245233
}
246234
}
247235
},
@@ -365,18 +353,6 @@
365353
"projects/app-crm/**/*.html"
366354
]
367355
}
368-
},
369-
"e2e": {
370-
"builder": "@angular-devkit/build-angular:protractor",
371-
"options": {
372-
"protractorConfig": "projects/app-crm/e2e/protractor.conf.js",
373-
"devServerTarget": "app-crm:serve"
374-
},
375-
"configurations": {
376-
"production": {
377-
"devServerTarget": "app-crm:serve:production"
378-
}
379-
}
380356
}
381357
}
382358
}

e2e/app.e2e-spec.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

e2e/app.po.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

e2e/tsconfig.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

gulpfile.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
const gulp = require("gulp");
22
const fs = require("fs");
33
const path = require("path");
4-
const domino = require('domino');
54
const es = require('event-stream');
65
const fsExtra = require("fs-extra");
7-
const tsNode = require('ts-node').register({
6+
7+
require('ts-node').register({
88
transpileOnly: true,
99
compilerOptions: {
1010
module: "commonjs",
1111
allowJs: true
1212
}
1313
});
14+
1415
const { generateLiveEditing } = require('igniteui-live-editing');
1516
const argv = require("yargs").argv;
1617

@@ -151,7 +152,7 @@ const processApp = (projectPath, dest, directoriesToExclude) => {
151152
directories.push(child);
152153
}
153154
});
154-
155+
155156
const jsonSamplesPath = path.join(__dirname, `${projectPath}/assets/samples`);
156157
const sharedJson = JSON.parse(fs.readFileSync(path.join(jsonSamplesPath, "/shared.json")));
157158
const submoduleAppDest = submodule + `/${dest}/`;

0 commit comments

Comments
 (0)