ng2-rest-swagger-generator 18.0.13 → 18.0.15

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 CHANGED
@@ -1,46 +1,46 @@
1
- ## ng2-rest-swagger-generator ##
2
-
3
- Generate services for Angular2+ from your swagger.json files.
4
-
5
- ## Instalation
6
-
7
- npm install ng2-rest-swagger-generator -g
8
-
9
- ## Usage
10
-
11
- ng2-rest-swagger-generateor \
12
- --json ~/api_swagger.json \ # local swagger json file or
13
- --json http://api.com/swagger.json \ # external link to swagger json
14
- --base my_api_from_swagger_json
15
-
16
- It will generate **my_api_from_swagger_json** folder with angular2_ module.
17
-
18
- Your can alsow ommit **--base** param, default out folder is "**api**".
19
-
20
- ## Import
21
-
22
- To import generated module in **app.module** of you angular app do this:
23
- ```ts
24
- import { Ng2RestGenModule } from './api';
25
- ...
26
- imports: [ Ng2RestGenModule ],
27
- ...
28
- ```
29
- ## Api url modyfication
30
-
31
- It you wanna **change your base paths** just use property **enpointUrl** in Ng2RestGenModule module :
32
-
33
- ```ts
34
- if(enviroment.production) {
35
- Ng2RestGenModule.enpointUrls.myresource.myhost = 'https://myproductionhost.com'
36
- }
37
- ```
38
-
39
- ## Parameters description
40
-
41
- | param | description |
42
- | --- | --- |
43
- | --json | online links or local paths for swagger.json files |
44
- | --base | output module folder |
45
- | -s | if https protocole enable (one for all json-s) |
46
-
1
+ ## ng2-rest-swagger-generator ##
2
+
3
+ Generate services for Angular2+ from your swagger.json files.
4
+
5
+ ## Instalation
6
+
7
+ npm install ng2-rest-swagger-generator -g
8
+
9
+ ## Usage
10
+
11
+ ng2-rest-swagger-generateor \
12
+ --json ~/api_swagger.json \ # local swagger json file or
13
+ --json http://api.com/swagger.json \ # external link to swagger json
14
+ --base my_api_from_swagger_json
15
+
16
+ It will generate **my_api_from_swagger_json** folder with angular2_ module.
17
+
18
+ Your can alsow ommit **--base** param, default out folder is "**api**".
19
+
20
+ ## Import
21
+
22
+ To import generated module in **app.module** of you angular app do this:
23
+ ```ts
24
+ import { Ng2RestGenModule } from './api';
25
+ ...
26
+ imports: [ Ng2RestGenModule ],
27
+ ...
28
+ ```
29
+ ## Api url modyfication
30
+
31
+ It you wanna **change your base paths** just use property **enpointUrl** in Ng2RestGenModule module :
32
+
33
+ ```ts
34
+ if(enviroment.production) {
35
+ Ng2RestGenModule.enpointUrls.myresource.myhost = 'https://myproductionhost.com'
36
+ }
37
+ ```
38
+
39
+ ## Parameters description
40
+
41
+ | param | description |
42
+ | --- | --- |
43
+ | --json | online links or local paths for swagger.json files |
44
+ | --base | output module folder |
45
+ | -s | if https protocole enable (one for all json-s) |
46
+
@@ -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 (ng2-rest-swagger-generator@18.0.13)
3
+ Assets from this folder are being shipped with this npm package (ng2-rest-swagger-generator@18.0.15)
4
4
  created from this project.
5
5
 
6
6
  THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
@@ -1,10 +1,10 @@
1
- #!/usr/bin/env node
2
- var path = require('path')
3
- var fs = require('fs')
4
- var path = {
5
- dist: path.join(__dirname, '../dist/start.js'),
6
- bundle: path.join(__dirname, '../start.js')
7
- }
8
- var p = fs.existsSync(path.dist) ? path.dist : path.bundle;
9
- var start = require(p).start;
10
- start();
1
+ #!/usr/bin/env node
2
+ var path = require('path')
3
+ var fs = require('fs')
4
+ var path = {
5
+ dist: path.join(__dirname, '../dist/start.js'),
6
+ bundle: path.join(__dirname, '../start.js')
7
+ }
8
+ var p = fs.existsSync(path.dist) ? path.dist : path.bundle;
9
+ var start = require(p).start;
10
+ start();
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.
package/lib/helpers.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Models } from './models';
2
- import { CoreHelpers as TnpHelpers } from 'tnp-core/src';
2
+ import { CoreHelpers as TnpHelpers } from 'tnp-core';
3
3
  export declare class HelpersSwagger extends TnpHelpers {
4
4
  static SYMBOL: {
5
5
  INDEX_SWG: symbol;
@@ -56,4 +56,4 @@ export declare class HelpersSwagger extends TnpHelpers {
56
56
  static getAngularServicesMethods(swg: Models.Swagger.SwaggerModel, tag: Models.Swagger.SwaggerTag): string;
57
57
  private static count1;
58
58
  static recreateSummary(summary: string): string;
59
- }
59
+ }
package/package.json CHANGED
@@ -51,7 +51,7 @@
51
51
  "workerPlugins": {}
52
52
  },
53
53
  "name": "ng2-rest-swagger-generator",
54
- "version": "18.0.13",
54
+ "version": "18.0.15",
55
55
  "description": "Generate Angualr 2 Service from swagger json",
56
56
  "directories": {
57
57
  "doc": "docs"
@@ -79,13 +79,13 @@
79
79
  "homepage": "https://github.com/darekf77/ng2-rest-swagger-generator#readme",
80
80
  "dependencies": {
81
81
  "chalk": "2.3.2",
82
- "tnp-helpers": "~18.0.16",
82
+ "tnp-helpers": "~18.0.18",
83
83
  "tslint": "6.1.3",
84
84
  "typescript-formatter": "~7.2.2"
85
85
  },
86
86
  "devDependencies": {},
87
87
  "license": "MIT",
88
88
  "private": false,
89
- "lastBuildTagHash": "443012eaea1262849f0f648da9cf96507802f0d0",
90
- "main": "karma.conf.js"
89
+ "lastBuildTagHash": "080a6f9d7876b91f0bdc7142d363969ff46a41c8",
90
+ "main": "dist/app.electron.js"
91
91
  }
package/taon.jsonc CHANGED
@@ -1,45 +1,45 @@
1
- {
2
- "resources": ["README.md", "screen.png"],
3
-
4
- "overrided": {
5
- "ignoreDepsPattern": [],
6
- "includeAsDev": [],
7
- "includeOnly": ["tnp-helpers", "chalk", "tslint", "typescript-formatter"],
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
- "version": "v18",
30
- "isCommandLineToolOnly": false,
31
- "license": "MIT",
32
- "private": false,
33
-
34
- "scripts": {
35
- "test": "mocha --require ts-node/register src/**/*.spec.ts",
36
- "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
37
- },
38
-
39
- "description": "Generate Angualr 2 Service from swagger json",
40
- "author": "Dariusz Filipiak",
41
- "homepage": "https://github.com/darekf77/ng2-rest-swagger-generator#readme",
42
- "main": "karma.conf.js",
43
- "keywords": ["ng2-rest", "docs", "documentation"],
44
- "workerPlugins": {}
1
+ {
2
+ "resources": ["README.md", "screen.png"],
3
+
4
+ "overrided": {
5
+ "ignoreDepsPattern": [],
6
+ "includeAsDev": [],
7
+ "includeOnly": ["tnp-helpers", "chalk", "tslint", "typescript-formatter"],
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
+ "version": "v18",
30
+ "isCommandLineToolOnly": false,
31
+ "license": "MIT",
32
+ "private": false,
33
+
34
+ "scripts": {
35
+ "test": "mocha --require ts-node/register src/**/*.spec.ts",
36
+ "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
37
+ },
38
+
39
+ "description": "Generate Angualr 2 Service from swagger json",
40
+ "author": "Dariusz Filipiak",
41
+ "homepage": "https://github.com/darekf77/ng2-rest-swagger-generator#readme",
42
+ "main": "karma.conf.js",
43
+ "keywords": ["ng2-rest", "docs", "documentation"],
44
+ "workerPlugins": {}
45
45
  }
@@ -55,7 +55,7 @@
55
55
  "workerPlugins": {}
56
56
  },
57
57
  "name": "ng2-rest-swagger-generator",
58
- "version": "18.0.13",
58
+ "version": "18.0.15",
59
59
  "description": "Generate Angualr 2 Service from swagger json",
60
60
  "directories": {
61
61
  "doc": "docs"
@@ -83,7 +83,7 @@
83
83
  "homepage": "https://github.com/darekf77/ng2-rest-swagger-generator#readme",
84
84
  "dependencies": {
85
85
  "chalk": "2.3.2",
86
- "tnp-helpers": "~18.0.16",
86
+ "tnp-helpers": "~18.0.18",
87
87
  "tslint": "6.1.3",
88
88
  "typescript-formatter": "~7.2.2"
89
89
  },
@@ -250,13 +250,14 @@
250
250
  "image-focus": "1.2.1",
251
251
  "immer": "10.0.2",
252
252
  "immutable": "4.3.7",
253
- "incremental-compiler": "~18.0.16",
253
+ "incremental-compiler": "~18.0.19",
254
254
  "inquirer": "7.3.3",
255
255
  "inquirer-autocomplete-prompt": "1.4.0",
256
256
  "inquirer-autocomplete-standalone": "0.8.1",
257
257
  "inquirer-select-pro": "1.0.0-alpha.7",
258
+ "inquirer-toggle": "1.0.1",
258
259
  "is-elevated": "3.0.0",
259
- "isomorphic-region-loader": "~18.0.16",
260
+ "isomorphic-region-loader": "~18.0.18",
260
261
  "istanbul-instrumenter-loader": "3.0.1",
261
262
  "jest": "29.7.0",
262
263
  "jest-date-mock": "1.0.10",
@@ -267,8 +268,8 @@
267
268
  "joi": "17.13.3",
268
269
  "jscodeshift": "0.6.3",
269
270
  "json-stringify-safe": "5.0.1",
270
- "json10": "~18.0.16",
271
- "json10-writer": "~18.0.16",
271
+ "json10": "~18.0.18",
272
+ "json10-writer": "~18.0.18",
272
273
  "json5": "2.2.3",
273
274
  "json5-writer": "0.2.0",
274
275
  "jszip": "3.10.1",
@@ -277,9 +278,9 @@
277
278
  "localforage": "1.10.0",
278
279
  "lockfile": "1.0.4",
279
280
  "lodash": "4.17.21",
280
- "lodash-walk-object": "~18.0.16",
281
+ "lodash-walk-object": "~18.0.18",
281
282
  "lowdb": "7.0.1",
282
- "magic-renamer": "~18.0.16",
283
+ "magic-renamer": "~18.0.18",
283
284
  "material-design-icons": "3.0.1",
284
285
  "method-override": "2.3.10",
285
286
  "minimist": "1.2.8",
@@ -290,11 +291,11 @@
290
291
  "ng-in-viewport": "16.1.0",
291
292
  "ng-lock": "18.0.1",
292
293
  "ng-packagr": "18.1.0",
293
- "ng-talkback": "~18.0.15",
294
- "ng2-logger": "~18.0.18",
294
+ "ng-talkback": "~18.0.17",
295
+ "ng2-logger": "~18.0.20",
295
296
  "ng2-pdfjs-viewer": "18.0.0",
296
- "ng2-rest": "~18.0.16",
297
- "ng2-rest-swagger-generator": "18.0.12",
297
+ "ng2-rest": "~18.0.18",
298
+ "ng2-rest-swagger-generator": "18.0.14",
298
299
  "ngx-ace-wrapper": "17.0.0",
299
300
  "ngx-editor": "17.5.4",
300
301
  "ngx-highlightjs": "12.0.0",
@@ -308,7 +309,7 @@
308
309
  "ngx-scrolltop": "18.0.0",
309
310
  "ngx-store": "3.1.1",
310
311
  "ngx-typed-js": "2.1.1",
311
- "node-cli-tester": "~18.0.14",
312
+ "node-cli-tester": "~18.0.16",
312
313
  "node-localstorage": "2.1.6",
313
314
  "node-notifier": "10.0.1",
314
315
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -339,7 +340,7 @@
339
340
  "q": "1.5.1",
340
341
  "rallax.js": "2.0.4",
341
342
  "randomcolor": "0.5.3",
342
- "record-replay-req-res-scenario": "~18.0.14",
343
+ "record-replay-req-res-scenario": "~18.0.16",
343
344
  "reflect-metadata": "0.2.2",
344
345
  "rimraf": "2.6.2",
345
346
  "rxjs": "~7.8.1",
@@ -353,22 +354,22 @@
353
354
  "sql-template-strings": "2.2.2",
354
355
  "sql-template-tag": "5.2.1",
355
356
  "sql.js": "1.8.0",
356
- "static-columns": "~18.0.16",
357
+ "static-columns": "~18.0.18",
357
358
  "string-similarity": "4.0.4",
358
359
  "sudo-block": "3.0.0",
359
360
  "supertest": "7.0.0",
360
361
  "sweetalert2": "11.7.32",
361
362
  "systeminformation": "3.45.7",
362
363
  "taon": "^18",
363
- "taon-storage": "18.0.24",
364
- "taon-type-sql": "18.0.15",
365
- "taon-typeorm": "18.0.14",
364
+ "taon-storage": "18.0.26",
365
+ "taon-type-sql": "18.0.17",
366
+ "taon-typeorm": "18.0.16",
366
367
  "task.js": "0.1.5",
367
368
  "threads": "1.7.0",
368
- "tnp": "~18.0.15",
369
- "tnp-config": "~18.0.18",
370
- "tnp-core": "~18.0.42",
371
- "tnp-models": "~18.0.17",
369
+ "tnp": "~18.0.19",
370
+ "tnp-config": "~18.0.20",
371
+ "tnp-core": "~18.0.45",
372
+ "tnp-models": "~18.0.19",
372
373
  "ts-debug": "1.3.0",
373
374
  "ts-json-schema-generator": "2.3.0-next.5",
374
375
  "ts-loader": "2.3.1",
@@ -379,13 +380,13 @@
379
380
  "typedoc": "0.26.5",
380
381
  "typedoc-plugin-markdown": "4.2.3",
381
382
  "typescript": "~5.5.4",
382
- "typescript-class-helpers": "~18.0.17",
383
+ "typescript-class-helpers": "~18.0.19",
383
384
  "typescript-string-enums": "~1.0.0",
384
385
  "underscore": "1.13.7",
385
386
  "uuid": "10.0.0",
386
387
  "validator": "13.5.2",
387
388
  "video.js": "8.3.0",
388
- "vpn-split": "~18.0.14",
389
+ "vpn-split": "~18.0.16",
389
390
  "vscode": "1.1.37",
390
391
  "wait-on": "8.0.1",
391
392
  "watch": "1.0.2",
@@ -397,18 +398,18 @@
397
398
  },
398
399
  "license": "MIT",
399
400
  "private": false,
400
- "lastBuildTagHash": "443012eaea1262849f0f648da9cf96507802f0d0",
401
+ "lastBuildTagHash": "080a6f9d7876b91f0bdc7142d363969ff46a41c8",
401
402
  "main": "dist/app.electron.js"
402
403
  },
403
404
  "build": {
404
- "number": 251,
405
- "date": "2024-12-24T21:24:41.000Z",
406
- "hash": "0161ad42c4d8c7f05e2747a28ecd47993fe51cc3"
405
+ "number": 254,
406
+ "date": "2025-01-06T22:22:02.000Z",
407
+ "hash": "2766e7b9c0be1732fae58b40ba8c8f25d27b6545"
407
408
  },
408
409
  "currentProjectName": "ng2-rest-swagger-generator",
409
410
  "currentProjectGenericName": "ng2-rest-swagger-generator",
410
411
  "currentProjectType": "isomorphic-lib",
411
- "currentFrameworkVersion": "18.0.17",
412
+ "currentFrameworkVersion": "18.0.22",
412
413
  "isStandaloneProject": true,
413
414
  "isSmartContainer": false,
414
415
  "pathesTsconfig": "\"paths\": {\"ng2-rest-swagger-generator\":[\"./src/lib\"],\"ng2-rest-swagger-generator/*\":[\"./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.