ng-talkback 18.0.8 → 18.0.9
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 +3 -3
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/client/README.md +24 -24
- package/package.json +3 -3
- package/taon.jsonc +46 -46
- package/tmp-environment.json +29 -30
- package/websql/README.md +24 -24
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# ng-talkback
|
|
2
|
-
|
|
3
|
-
project based on https://github.com/ijpiantanida/talkback
|
|
1
|
+
# ng-talkback
|
|
2
|
+
|
|
3
|
+
project based on https://github.com/ijpiantanida/talkback
|
|
@@ -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 (ng-talkback@18.0.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (ng-talkback@18.0.9)
|
|
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.
|
package/package.json
CHANGED
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"workerPlugins": {}
|
|
55
55
|
},
|
|
56
56
|
"name": "ng-talkback",
|
|
57
|
-
"version": "18.0.
|
|
57
|
+
"version": "18.0.9",
|
|
58
58
|
"license": "MIT",
|
|
59
59
|
"description": "Fork of node.js HTTP proxy that records and playbacks requests",
|
|
60
60
|
"dependencies": {
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"ts-check": "tsc --noEmit"
|
|
84
84
|
},
|
|
85
85
|
"private": false,
|
|
86
|
-
"lastBuildTagHash": "
|
|
86
|
+
"lastBuildTagHash": "24abf06803882f3ff77d00a0629fd407b1dc0ef5",
|
|
87
87
|
"devDependencies": {},
|
|
88
|
-
"main": "
|
|
88
|
+
"main": "dist/app.electron.js"
|
|
89
89
|
}
|
package/taon.jsonc
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": ["README.md"],
|
|
3
|
-
|
|
4
|
-
"overrided": {
|
|
5
|
-
"linkedFolders": [],
|
|
6
|
-
"ignoreDepsPattern": [],
|
|
7
|
-
"includeAsDev": [],
|
|
8
|
-
"includeOnly": ["json5", "lodash", "mkdirp", "uuid", "axios"],
|
|
9
|
-
"dependencies": {},
|
|
10
|
-
"npmFixes": []
|
|
11
|
-
},
|
|
12
|
-
|
|
13
|
-
"linkedProjects": [],
|
|
14
|
-
"smartContainerBuildTarget": "",
|
|
15
|
-
"linkedRepos": [],
|
|
16
|
-
|
|
17
|
-
"libReleaseOptions": {
|
|
18
|
-
"nodts": false,
|
|
19
|
-
"obscure": false,
|
|
20
|
-
"ugly": false,
|
|
21
|
-
"includeNodeModules": false,
|
|
22
|
-
"cliBuildNoDts": false,
|
|
23
|
-
"cliBuildObscure": false,
|
|
24
|
-
"cliBuildIncludeNodeModules": false,
|
|
25
|
-
"cliBuildUglify": false
|
|
26
|
-
},
|
|
27
|
-
|
|
28
|
-
"smartContainerTarget": "",
|
|
29
|
-
"type": "isomorphic-lib",
|
|
30
|
-
"version": "v18",
|
|
31
|
-
|
|
32
|
-
"scripts": {
|
|
33
|
-
"build": "node tools/build.js",
|
|
34
|
-
"ci": "yarn ts-check && yarn test && yarn build && USE_DIST=1 yarn test",
|
|
35
|
-
"start": "node examples/server/start.js",
|
|
36
|
-
"test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha -r mocha-setup.js --extensions ts,js \"test/**/*.spec.{ts,js}\"",
|
|
37
|
-
"ts-check": "tsc --noEmit"
|
|
38
|
-
},
|
|
39
|
-
|
|
40
|
-
"description": "Fork of node.js HTTP proxy that records and playbacks requests",
|
|
41
|
-
"license": "MIT",
|
|
42
|
-
"author": "Dariusz Filipiak",
|
|
43
|
-
"main": "index.js",
|
|
44
|
-
"keywords": ["http-proxy", "record", "vcr", "playback"],
|
|
45
|
-
"private": false,
|
|
46
|
-
"workerPlugins": {}
|
|
1
|
+
{
|
|
2
|
+
"resources": ["README.md"],
|
|
3
|
+
|
|
4
|
+
"overrided": {
|
|
5
|
+
"linkedFolders": [],
|
|
6
|
+
"ignoreDepsPattern": [],
|
|
7
|
+
"includeAsDev": [],
|
|
8
|
+
"includeOnly": ["json5", "lodash", "mkdirp", "uuid", "axios"],
|
|
9
|
+
"dependencies": {},
|
|
10
|
+
"npmFixes": []
|
|
11
|
+
},
|
|
12
|
+
|
|
13
|
+
"linkedProjects": [],
|
|
14
|
+
"smartContainerBuildTarget": "",
|
|
15
|
+
"linkedRepos": [],
|
|
16
|
+
|
|
17
|
+
"libReleaseOptions": {
|
|
18
|
+
"nodts": false,
|
|
19
|
+
"obscure": false,
|
|
20
|
+
"ugly": false,
|
|
21
|
+
"includeNodeModules": false,
|
|
22
|
+
"cliBuildNoDts": false,
|
|
23
|
+
"cliBuildObscure": false,
|
|
24
|
+
"cliBuildIncludeNodeModules": false,
|
|
25
|
+
"cliBuildUglify": false
|
|
26
|
+
},
|
|
27
|
+
|
|
28
|
+
"smartContainerTarget": "",
|
|
29
|
+
"type": "isomorphic-lib",
|
|
30
|
+
"version": "v18",
|
|
31
|
+
|
|
32
|
+
"scripts": {
|
|
33
|
+
"build": "node tools/build.js",
|
|
34
|
+
"ci": "yarn ts-check && yarn test && yarn build && USE_DIST=1 yarn test",
|
|
35
|
+
"start": "node examples/server/start.js",
|
|
36
|
+
"test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha -r mocha-setup.js --extensions ts,js \"test/**/*.spec.{ts,js}\"",
|
|
37
|
+
"ts-check": "tsc --noEmit"
|
|
38
|
+
},
|
|
39
|
+
|
|
40
|
+
"description": "Fork of node.js HTTP proxy that records and playbacks requests",
|
|
41
|
+
"license": "MIT",
|
|
42
|
+
"author": "Dariusz Filipiak",
|
|
43
|
+
"main": "index.js",
|
|
44
|
+
"keywords": ["http-proxy", "record", "vcr", "playback"],
|
|
45
|
+
"private": false,
|
|
46
|
+
"workerPlugins": {}
|
|
47
47
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"workerPlugins": {}
|
|
59
59
|
},
|
|
60
60
|
"name": "ng-talkback",
|
|
61
|
-
"version": "18.0.
|
|
61
|
+
"version": "18.0.9",
|
|
62
62
|
"license": "MIT",
|
|
63
63
|
"description": "Fork of node.js HTTP proxy that records and playbacks requests",
|
|
64
64
|
"dependencies": {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"ts-check": "tsc --noEmit"
|
|
88
88
|
},
|
|
89
89
|
"private": false,
|
|
90
|
-
"lastBuildTagHash": "
|
|
90
|
+
"lastBuildTagHash": "24abf06803882f3ff77d00a0629fd407b1dc0ef5",
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"@angular-builders/custom-webpack": "~18.0.0",
|
|
93
93
|
"@angular-devkit/build-angular": "~18.1.4",
|
|
@@ -176,7 +176,6 @@
|
|
|
176
176
|
"angular-resize-event": "3.2.0",
|
|
177
177
|
"animate.css": "4.1.1",
|
|
178
178
|
"app-root-path": "3.1.0",
|
|
179
|
-
"background-worker-process": "~16.100.10",
|
|
180
179
|
"base32": "0.0.7",
|
|
181
180
|
"bcryptjs": "2.4.3",
|
|
182
181
|
"body-parser": "1.20.2",
|
|
@@ -245,13 +244,13 @@
|
|
|
245
244
|
"image-focus": "1.2.1",
|
|
246
245
|
"immer": "10.0.2",
|
|
247
246
|
"immutable": "4.3.7",
|
|
248
|
-
"incremental-compiler": "~18.0.
|
|
247
|
+
"incremental-compiler": "~18.0.10",
|
|
249
248
|
"inquirer": "7.3.3",
|
|
250
249
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
251
250
|
"inquirer-autocomplete-standalone": "0.8.1",
|
|
252
251
|
"inquirer-select-pro": "1.0.0-alpha.7",
|
|
253
252
|
"is-elevated": "3.0.0",
|
|
254
|
-
"isomorphic-region-loader": "~18.0.
|
|
253
|
+
"isomorphic-region-loader": "~18.0.10",
|
|
255
254
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
256
255
|
"jest": "29.7.0",
|
|
257
256
|
"jest-date-mock": "1.0.10",
|
|
@@ -262,17 +261,17 @@
|
|
|
262
261
|
"joi": "17.13.3",
|
|
263
262
|
"jscodeshift": "0.6.3",
|
|
264
263
|
"json-stringify-safe": "5.0.1",
|
|
265
|
-
"json10": "~18.0.
|
|
266
|
-
"json10-writer": "~18.0.
|
|
264
|
+
"json10": "~18.0.10",
|
|
265
|
+
"json10-writer": "~18.0.10",
|
|
267
266
|
"json5-writer": "0.2.0",
|
|
268
267
|
"jszip": "3.10.1",
|
|
269
268
|
"karma-cli": "1.0.1",
|
|
270
269
|
"lnk": "1.0.1",
|
|
271
270
|
"localforage": "1.10.0",
|
|
272
271
|
"lockfile": "1.0.4",
|
|
273
|
-
"lodash-walk-object": "~18.0.
|
|
272
|
+
"lodash-walk-object": "~18.0.10",
|
|
274
273
|
"lowdb": "7.0.1",
|
|
275
|
-
"magic-renamer": "~18.0.
|
|
274
|
+
"magic-renamer": "~18.0.10",
|
|
276
275
|
"material-design-icons": "3.0.1",
|
|
277
276
|
"method-override": "2.3.10",
|
|
278
277
|
"minimist": "1.2.8",
|
|
@@ -282,11 +281,11 @@
|
|
|
282
281
|
"ng-in-viewport": "16.1.0",
|
|
283
282
|
"ng-lock": "18.0.1",
|
|
284
283
|
"ng-packagr": "18.1.0",
|
|
285
|
-
"ng-talkback": "~18.0.
|
|
286
|
-
"ng2-logger": "~18.0.
|
|
284
|
+
"ng-talkback": "~18.0.8",
|
|
285
|
+
"ng2-logger": "~18.0.12",
|
|
287
286
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
288
|
-
"ng2-rest": "~18.0.
|
|
289
|
-
"ng2-rest-swagger-generator": "18.0.
|
|
287
|
+
"ng2-rest": "~18.0.9",
|
|
288
|
+
"ng2-rest-swagger-generator": "18.0.6",
|
|
290
289
|
"ngx-ace-wrapper": "17.0.0",
|
|
291
290
|
"ngx-editor": "17.5.4",
|
|
292
291
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -299,7 +298,7 @@
|
|
|
299
298
|
"ngx-scrolltop": "18.0.0",
|
|
300
299
|
"ngx-store": "3.1.1",
|
|
301
300
|
"ngx-typed-js": "2.1.1",
|
|
302
|
-
"node-cli-tester": "~18.0.
|
|
301
|
+
"node-cli-tester": "~18.0.8",
|
|
303
302
|
"node-localstorage": "2.1.6",
|
|
304
303
|
"node-notifier": "10.0.1",
|
|
305
304
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -329,7 +328,7 @@
|
|
|
329
328
|
"q": "1.5.1",
|
|
330
329
|
"rallax.js": "2.0.4",
|
|
331
330
|
"randomcolor": "0.5.3",
|
|
332
|
-
"record-replay-req-res-scenario": "~18.0.
|
|
331
|
+
"record-replay-req-res-scenario": "~18.0.8",
|
|
333
332
|
"reflect-metadata": "0.2.2",
|
|
334
333
|
"rimraf": "2.6.2",
|
|
335
334
|
"rxjs": "~7.8.1",
|
|
@@ -341,23 +340,23 @@
|
|
|
341
340
|
"socket.io-client": "4.7.5",
|
|
342
341
|
"sort-package-json": "1.11.0",
|
|
343
342
|
"sql.js": "1.8.0",
|
|
344
|
-
"static-columns": "~18.0.
|
|
343
|
+
"static-columns": "~18.0.10",
|
|
345
344
|
"string-similarity": "4.0.4",
|
|
346
345
|
"sudo-block": "3.0.0",
|
|
347
346
|
"supertest": "7.0.0",
|
|
348
347
|
"sweetalert2": "11.7.32",
|
|
349
348
|
"systeminformation": "3.45.7",
|
|
350
349
|
"taon": "^18",
|
|
351
|
-
"taon-storage": "18.0.
|
|
352
|
-
"taon-type-sql": "18.0.
|
|
353
|
-
"taon-typeorm": "18.0.
|
|
350
|
+
"taon-storage": "18.0.8",
|
|
351
|
+
"taon-type-sql": "18.0.9",
|
|
352
|
+
"taon-typeorm": "18.0.8",
|
|
354
353
|
"task.js": "0.1.5",
|
|
355
354
|
"threads": "1.7.0",
|
|
356
|
-
"tnp": "~18.0.
|
|
357
|
-
"tnp-config": "~18.0.
|
|
358
|
-
"tnp-core": "~18.0.
|
|
359
|
-
"tnp-helpers": "~18.0.
|
|
360
|
-
"tnp-models": "~18.0.
|
|
355
|
+
"tnp": "~18.0.9",
|
|
356
|
+
"tnp-config": "~18.0.12",
|
|
357
|
+
"tnp-core": "~18.0.33",
|
|
358
|
+
"tnp-helpers": "~18.0.10",
|
|
359
|
+
"tnp-models": "~18.0.11",
|
|
361
360
|
"ts-debug": "1.3.0",
|
|
362
361
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
363
362
|
"ts-loader": "2.3.1",
|
|
@@ -369,12 +368,12 @@
|
|
|
369
368
|
"typedoc": "0.26.5",
|
|
370
369
|
"typedoc-plugin-markdown": "4.2.3",
|
|
371
370
|
"typescript": "~5.5.4",
|
|
372
|
-
"typescript-class-helpers": "~18.0.
|
|
371
|
+
"typescript-class-helpers": "~18.0.11",
|
|
373
372
|
"typescript-formatter": "~7.2.2",
|
|
374
373
|
"underscore": "1.13.7",
|
|
375
374
|
"validator": "13.5.2",
|
|
376
375
|
"video.js": "8.3.0",
|
|
377
|
-
"vpn-split": "~18.0.
|
|
376
|
+
"vpn-split": "~18.0.8",
|
|
378
377
|
"vscode": "1.1.37",
|
|
379
378
|
"wait-on": "7.0.1",
|
|
380
379
|
"watch": "1.0.2",
|
|
@@ -387,14 +386,14 @@
|
|
|
387
386
|
"main": "dist/app.electron.js"
|
|
388
387
|
},
|
|
389
388
|
"build": {
|
|
390
|
-
"number":
|
|
391
|
-
"date": "2024-08-
|
|
392
|
-
"hash": "
|
|
389
|
+
"number": 357,
|
|
390
|
+
"date": "2024-08-28T20:48:09.000Z",
|
|
391
|
+
"hash": "64de9589a5bf2706921c97bec15cba7db5078aff"
|
|
393
392
|
},
|
|
394
393
|
"currentProjectName": "ng-talkback",
|
|
395
394
|
"currentProjectGenericName": "ng-talkback",
|
|
396
395
|
"currentProjectType": "isomorphic-lib",
|
|
397
|
-
"currentFrameworkVersion": "18.0.
|
|
396
|
+
"currentFrameworkVersion": "18.0.9",
|
|
398
397
|
"isStandaloneProject": true,
|
|
399
398
|
"isSmartContainer": false,
|
|
400
399
|
"pathesTsconfig": "\"paths\": {\"ng-talkback\":[\"./src/lib\"],\"ng-talkback/*\":[\"./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.
|