tnp-config 18.0.17 → 18.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -17
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/client/README.md +24 -24
- package/migrations/index.d.ts +1 -0
- package/migrations/index.js +6 -0
- package/migrations/index.js.map +1 -0
- package/migrations/migrations_index._auto-generated_.d.ts +0 -0
- package/migrations/migrations_index._auto-generated_.js +4 -0
- package/migrations/migrations_index._auto-generated_.js.map +1 -0
- package/package.json +2 -2
- package/taon.jsonc +40 -40
- package/tmp-environment.json +32 -29
- package/websql/README.md +24 -24
package/README.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1
|
-
# taon-config ( tnp-config )
|
2
|
-
|
3
|
-
- part of [taon.dev](https://github.com/darekf77/taon)
|
4
|
-
- purpose:
|
5
|
-
+ general config for all taon/isomorphic lib/apps
|
6
|
-
+ common usefull phrases for backend/frontend usage
|
7
|
-
|
8
|
-
## Usage
|
9
|
-
- in taon isomorphic libs/apps or any NodeJS apps/libs:
|
10
|
-
```ts
|
11
|
-
import { config } from 'tnp-config';
|
12
|
-
```
|
13
|
-
|
14
|
-
- in any frontend browser apps (except taon lib/apps)
|
15
|
-
```ts
|
16
|
-
import { Helpers } from 'tnp-config/browser';
|
17
|
-
```
|
1
|
+
# taon-config ( tnp-config )
|
2
|
+
|
3
|
+
- part of [taon.dev](https://github.com/darekf77/taon)
|
4
|
+
- purpose:
|
5
|
+
+ general config for all taon/isomorphic lib/apps
|
6
|
+
+ common usefull phrases for backend/frontend usage
|
7
|
+
|
8
|
+
## Usage
|
9
|
+
- in taon isomorphic libs/apps or any NodeJS apps/libs:
|
10
|
+
```ts
|
11
|
+
import { config } from 'tnp-config';
|
12
|
+
```
|
13
|
+
|
14
|
+
- in any frontend browser apps (except taon lib/apps)
|
15
|
+
```ts
|
16
|
+
import { Helpers } from 'tnp-config/browser';
|
17
|
+
```
|
@@ -1,6 +1,6 @@
|
|
1
1
|
THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
2
2
|
|
3
|
-
Assets from this folder are being shipped with this npm package (tnp-config@18.0.
|
3
|
+
Assets from this folder are being shipped with this npm package (tnp-config@18.0.18)
|
4
4
|
created from this project.
|
5
5
|
|
6
6
|
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
package/browser/README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1
|
-
# MyLib
|
2
|
-
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
4
|
-
|
5
|
-
## Code scaffolding
|
6
|
-
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
9
|
-
|
10
|
-
## Build
|
11
|
-
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
-
|
14
|
-
## Publishing
|
15
|
-
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
17
|
-
|
18
|
-
## Running unit tests
|
19
|
-
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
-
|
22
|
-
## Further help
|
23
|
-
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
1
|
+
# MyLib
|
2
|
+
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
4
|
+
|
5
|
+
## Code scaffolding
|
6
|
+
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
9
|
+
|
10
|
+
## Build
|
11
|
+
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
+
|
14
|
+
## Publishing
|
15
|
+
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
17
|
+
|
18
|
+
## Running unit tests
|
19
|
+
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
+
|
22
|
+
## Further help
|
23
|
+
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
package/client/README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1
|
-
# MyLib
|
2
|
-
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
4
|
-
|
5
|
-
## Code scaffolding
|
6
|
-
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
9
|
-
|
10
|
-
## Build
|
11
|
-
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
-
|
14
|
-
## Publishing
|
15
|
-
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
17
|
-
|
18
|
-
## Running unit tests
|
19
|
-
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
-
|
22
|
-
## Further help
|
23
|
-
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
1
|
+
# MyLib
|
2
|
+
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
4
|
+
|
5
|
+
## Code scaffolding
|
6
|
+
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
9
|
+
|
10
|
+
## Build
|
11
|
+
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
+
|
14
|
+
## Publishing
|
15
|
+
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
17
|
+
|
18
|
+
## Running unit tests
|
19
|
+
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
+
|
22
|
+
## Further help
|
23
|
+
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './migrations_index._auto-generated_';
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,aAAa;AACb,8EAAoD"}
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
|
package/package.json
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
"license": "MIT",
|
47
47
|
"private": false,
|
48
48
|
"name": "tnp-config",
|
49
|
-
"version": "18.0.
|
50
|
-
"lastBuildTagHash": "
|
49
|
+
"version": "18.0.18",
|
50
|
+
"lastBuildTagHash": "83f7345a01b1ef38090d606577e8f88a371bdcc0",
|
51
51
|
"main": "dist/app.electron.js"
|
52
52
|
}
|
package/taon.jsonc
CHANGED
@@ -1,40 +1,40 @@
|
|
1
|
-
{
|
2
|
-
"resources": ["README.md"],
|
3
|
-
|
4
|
-
"overrided": {
|
5
|
-
"ignoreDepsPattern": [],
|
6
|
-
"includeAsDev": [],
|
7
|
-
"includeOnly": ["taon-core"],
|
8
|
-
"dependencies": {},
|
9
|
-
"linkedFolders": [],
|
10
|
-
"npmFixes": []
|
11
|
-
},
|
12
|
-
|
13
|
-
"smartContainerBuildTarget": "",
|
14
|
-
"linkedRepos": [],
|
15
|
-
|
16
|
-
"libReleaseOptions": {
|
17
|
-
"nodts": false,
|
18
|
-
"obscure": false,
|
19
|
-
"ugly": false,
|
20
|
-
"includeNodeModules": false,
|
21
|
-
"cliBuildNoDts": false,
|
22
|
-
"cliBuildObscure": false,
|
23
|
-
"cliBuildIncludeNodeModules": false,
|
24
|
-
"cliBuildUglify": false
|
25
|
-
},
|
26
|
-
|
27
|
-
"smartContainerTarget": "",
|
28
|
-
"type": "isomorphic-lib",
|
29
|
-
"isCoreProject": false,
|
30
|
-
"useFramework": false,
|
31
|
-
"required": [],
|
32
|
-
"version": "v18",
|
33
|
-
"additionalNpmNames": ["taon-config"],
|
34
|
-
"isGenerated": false,
|
35
|
-
"requiredServers": [],
|
36
|
-
"license": "MIT",
|
37
|
-
"private": false,
|
38
|
-
"main": "index.js",
|
39
|
-
"workerPlugins": {}
|
40
|
-
}
|
1
|
+
{
|
2
|
+
"resources": ["README.md"],
|
3
|
+
|
4
|
+
"overrided": {
|
5
|
+
"ignoreDepsPattern": [],
|
6
|
+
"includeAsDev": [],
|
7
|
+
"includeOnly": ["taon-core"],
|
8
|
+
"dependencies": {},
|
9
|
+
"linkedFolders": [],
|
10
|
+
"npmFixes": []
|
11
|
+
},
|
12
|
+
|
13
|
+
"smartContainerBuildTarget": "",
|
14
|
+
"linkedRepos": [],
|
15
|
+
|
16
|
+
"libReleaseOptions": {
|
17
|
+
"nodts": false,
|
18
|
+
"obscure": false,
|
19
|
+
"ugly": false,
|
20
|
+
"includeNodeModules": false,
|
21
|
+
"cliBuildNoDts": false,
|
22
|
+
"cliBuildObscure": false,
|
23
|
+
"cliBuildIncludeNodeModules": false,
|
24
|
+
"cliBuildUglify": false
|
25
|
+
},
|
26
|
+
|
27
|
+
"smartContainerTarget": "",
|
28
|
+
"type": "isomorphic-lib",
|
29
|
+
"isCoreProject": false,
|
30
|
+
"useFramework": false,
|
31
|
+
"required": [],
|
32
|
+
"version": "v18",
|
33
|
+
"additionalNpmNames": ["taon-config"],
|
34
|
+
"isGenerated": false,
|
35
|
+
"requiredServers": [],
|
36
|
+
"license": "MIT",
|
37
|
+
"private": false,
|
38
|
+
"main": "index.js",
|
39
|
+
"workerPlugins": {}
|
40
|
+
}
|
package/tmp-environment.json
CHANGED
@@ -159,6 +159,7 @@
|
|
159
159
|
"command-exists": "1.2.2",
|
160
160
|
"compression": "1.7.4",
|
161
161
|
"concurrently": "8.2.2",
|
162
|
+
"console-png": "1.2.1",
|
162
163
|
"content-type": "1.0.5",
|
163
164
|
"conventional-changelog-cli": "5.0.0",
|
164
165
|
"cookie-parser": "1.4.6",
|
@@ -209,13 +210,13 @@
|
|
209
210
|
"image-focus": "1.2.1",
|
210
211
|
"immer": "10.0.2",
|
211
212
|
"immutable": "4.3.7",
|
212
|
-
"incremental-compiler": "~18.0.
|
213
|
+
"incremental-compiler": "~18.0.16",
|
213
214
|
"inquirer": "7.3.3",
|
214
215
|
"inquirer-autocomplete-prompt": "1.4.0",
|
215
216
|
"inquirer-autocomplete-standalone": "0.8.1",
|
216
217
|
"inquirer-select-pro": "1.0.0-alpha.7",
|
217
218
|
"is-elevated": "3.0.0",
|
218
|
-
"isomorphic-region-loader": "~18.0.
|
219
|
+
"isomorphic-region-loader": "~18.0.15",
|
219
220
|
"istanbul-instrumenter-loader": "3.0.1",
|
220
221
|
"jest": "29.7.0",
|
221
222
|
"jest-date-mock": "1.0.10",
|
@@ -226,8 +227,8 @@
|
|
226
227
|
"joi": "17.13.3",
|
227
228
|
"jscodeshift": "0.6.3",
|
228
229
|
"json-stringify-safe": "5.0.1",
|
229
|
-
"json10": "~18.0.
|
230
|
-
"json10-writer": "~18.0.
|
230
|
+
"json10": "~18.0.15",
|
231
|
+
"json10-writer": "~18.0.15",
|
231
232
|
"json5": "2.2.3",
|
232
233
|
"json5-writer": "0.2.0",
|
233
234
|
"jszip": "3.10.1",
|
@@ -236,9 +237,9 @@
|
|
236
237
|
"localforage": "1.10.0",
|
237
238
|
"lockfile": "1.0.4",
|
238
239
|
"lodash": "4.17.21",
|
239
|
-
"lodash-walk-object": "~18.0.
|
240
|
+
"lodash-walk-object": "~18.0.15",
|
240
241
|
"lowdb": "7.0.1",
|
241
|
-
"magic-renamer": "~18.0.
|
242
|
+
"magic-renamer": "~18.0.15",
|
242
243
|
"material-design-icons": "3.0.1",
|
243
244
|
"method-override": "2.3.10",
|
244
245
|
"minimist": "1.2.8",
|
@@ -249,11 +250,11 @@
|
|
249
250
|
"ng-in-viewport": "16.1.0",
|
250
251
|
"ng-lock": "18.0.1",
|
251
252
|
"ng-packagr": "18.1.0",
|
252
|
-
"ng-talkback": "~18.0.
|
253
|
-
"ng2-logger": "~18.0.
|
253
|
+
"ng-talkback": "~18.0.14",
|
254
|
+
"ng2-logger": "~18.0.17",
|
254
255
|
"ng2-pdfjs-viewer": "18.0.0",
|
255
|
-
"ng2-rest": "~18.0.
|
256
|
-
"ng2-rest-swagger-generator": "18.0.
|
256
|
+
"ng2-rest": "~18.0.15",
|
257
|
+
"ng2-rest-swagger-generator": "18.0.12",
|
257
258
|
"ngx-ace-wrapper": "17.0.0",
|
258
259
|
"ngx-editor": "17.5.4",
|
259
260
|
"ngx-highlightjs": "12.0.0",
|
@@ -267,7 +268,7 @@
|
|
267
268
|
"ngx-scrolltop": "18.0.0",
|
268
269
|
"ngx-store": "3.1.1",
|
269
270
|
"ngx-typed-js": "2.1.1",
|
270
|
-
"node-cli-tester": "~18.0.
|
271
|
+
"node-cli-tester": "~18.0.14",
|
271
272
|
"node-localstorage": "2.1.6",
|
272
273
|
"node-notifier": "10.0.1",
|
273
274
|
"node-polyfill-webpack-plugin": "2.0.1",
|
@@ -298,7 +299,7 @@
|
|
298
299
|
"q": "1.5.1",
|
299
300
|
"rallax.js": "2.0.4",
|
300
301
|
"randomcolor": "0.5.3",
|
301
|
-
"record-replay-req-res-scenario": "~18.0.
|
302
|
+
"record-replay-req-res-scenario": "~18.0.14",
|
302
303
|
"reflect-metadata": "0.2.2",
|
303
304
|
"rimraf": "2.6.2",
|
304
305
|
"rxjs": "~7.8.1",
|
@@ -309,24 +310,26 @@
|
|
309
310
|
"socket.io": "4.7.5",
|
310
311
|
"socket.io-client": "4.7.5",
|
311
312
|
"sort-package-json": "1.11.0",
|
313
|
+
"sql-template-strings": "2.2.2",
|
314
|
+
"sql-template-tag": "5.2.1",
|
312
315
|
"sql.js": "1.8.0",
|
313
|
-
"static-columns": "~18.0.
|
316
|
+
"static-columns": "~18.0.16",
|
314
317
|
"string-similarity": "4.0.4",
|
315
318
|
"sudo-block": "3.0.0",
|
316
319
|
"supertest": "7.0.0",
|
317
320
|
"sweetalert2": "11.7.32",
|
318
321
|
"systeminformation": "3.45.7",
|
319
322
|
"taon": "^18",
|
320
|
-
"taon-storage": "18.0.
|
321
|
-
"taon-type-sql": "18.0.
|
322
|
-
"taon-typeorm": "18.0.
|
323
|
+
"taon-storage": "18.0.24",
|
324
|
+
"taon-type-sql": "18.0.15",
|
325
|
+
"taon-typeorm": "18.0.14",
|
323
326
|
"task.js": "0.1.5",
|
324
327
|
"threads": "1.7.0",
|
325
|
-
"tnp": "~18.0.
|
326
|
-
"tnp-config": "~18.0.
|
327
|
-
"tnp-core": "~18.0.
|
328
|
-
"tnp-helpers": "~18.0.
|
329
|
-
"tnp-models": "~18.0.
|
328
|
+
"tnp": "~18.0.15",
|
329
|
+
"tnp-config": "~18.0.17",
|
330
|
+
"tnp-core": "~18.0.42",
|
331
|
+
"tnp-helpers": "~18.0.15",
|
332
|
+
"tnp-models": "~18.0.16",
|
330
333
|
"ts-debug": "1.3.0",
|
331
334
|
"ts-json-schema-generator": "2.3.0-next.5",
|
332
335
|
"ts-loader": "2.3.1",
|
@@ -338,14 +341,14 @@
|
|
338
341
|
"typedoc": "0.26.5",
|
339
342
|
"typedoc-plugin-markdown": "4.2.3",
|
340
343
|
"typescript": "~5.5.4",
|
341
|
-
"typescript-class-helpers": "~18.0.
|
344
|
+
"typescript-class-helpers": "~18.0.16",
|
342
345
|
"typescript-formatter": "~7.2.2",
|
343
346
|
"typescript-string-enums": "~1.0.0",
|
344
347
|
"underscore": "1.13.7",
|
345
348
|
"uuid": "10.0.0",
|
346
349
|
"validator": "13.5.2",
|
347
350
|
"video.js": "8.3.0",
|
348
|
-
"vpn-split": "~18.0.
|
351
|
+
"vpn-split": "~18.0.14",
|
349
352
|
"vscode": "1.1.37",
|
350
353
|
"wait-on": "8.0.1",
|
351
354
|
"watch": "1.0.2",
|
@@ -358,19 +361,19 @@
|
|
358
361
|
"license": "MIT",
|
359
362
|
"private": false,
|
360
363
|
"name": "tnp-config",
|
361
|
-
"version": "18.0.
|
362
|
-
"lastBuildTagHash": "
|
364
|
+
"version": "18.0.18",
|
365
|
+
"lastBuildTagHash": "83f7345a01b1ef38090d606577e8f88a371bdcc0",
|
363
366
|
"main": "dist/app.electron.js"
|
364
367
|
},
|
365
368
|
"build": {
|
366
|
-
"number":
|
367
|
-
"date": "2024-11-
|
368
|
-
"hash": "
|
369
|
+
"number": 688,
|
370
|
+
"date": "2024-11-25T02:17:29.000Z",
|
371
|
+
"hash": "2878b14d48b46478231c7c3378a3120daaca9e07"
|
369
372
|
},
|
370
373
|
"currentProjectName": "tnp-config",
|
371
374
|
"currentProjectGenericName": "tnp-config",
|
372
375
|
"currentProjectType": "isomorphic-lib",
|
373
|
-
"currentFrameworkVersion": "18.0.
|
376
|
+
"currentFrameworkVersion": "18.0.17",
|
374
377
|
"isStandaloneProject": true,
|
375
378
|
"isSmartContainer": false,
|
376
379
|
"pathesTsconfig": "\"paths\": {\"tnp-config\":[\"./src/lib\"],\"tnp-config/*\":[\"./src/lib/*\"]},",
|
package/websql/README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1
|
-
# MyLib
|
2
|
-
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
4
|
-
|
5
|
-
## Code scaffolding
|
6
|
-
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
9
|
-
|
10
|
-
## Build
|
11
|
-
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
-
|
14
|
-
## Publishing
|
15
|
-
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
17
|
-
|
18
|
-
## Running unit tests
|
19
|
-
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
-
|
22
|
-
## Further help
|
23
|
-
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
1
|
+
# MyLib
|
2
|
+
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
4
|
+
|
5
|
+
## Code scaffolding
|
6
|
+
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
9
|
+
|
10
|
+
## Build
|
11
|
+
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
+
|
14
|
+
## Publishing
|
15
|
+
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
17
|
+
|
18
|
+
## Running unit tests
|
19
|
+
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
+
|
22
|
+
## Further help
|
23
|
+
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|