ng-talkback 18.0.8 → 18.0.11
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/lib/index._auto-generated_.d.ts +0 -0
- package/lib/index._auto-generated_.js +6 -0
- package/lib/index._auto-generated_.js.map +1 -0
- package/package.json +3 -3
- package/taon.jsonc +46 -46
- package/tmp-environment.json +31 -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.11)
|
|
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.
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,cAAc;AACd,8CAA8C;AAC9C,2BAA2B;AAC3B,uDAAuD;AACvD,2CAA2C"}
|
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.11",
|
|
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": "64de9589a5bf2706921c97bec15cba7db5078aff",
|
|
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.11",
|
|
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": "64de9589a5bf2706921c97bec15cba7db5078aff",
|
|
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.12",
|
|
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.12",
|
|
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.12",
|
|
265
|
+
"json10-writer": "~18.0.12",
|
|
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.12",
|
|
274
273
|
"lowdb": "7.0.1",
|
|
275
|
-
"magic-renamer": "~18.0.
|
|
274
|
+
"magic-renamer": "~18.0.12",
|
|
276
275
|
"material-design-icons": "3.0.1",
|
|
277
276
|
"method-override": "2.3.10",
|
|
278
277
|
"minimist": "1.2.8",
|
|
@@ -282,14 +281,15 @@
|
|
|
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.9",
|
|
285
|
+
"ng2-logger": "~18.0.14",
|
|
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.10",
|
|
288
|
+
"ng2-rest-swagger-generator": "18.0.7",
|
|
290
289
|
"ngx-ace-wrapper": "17.0.0",
|
|
291
290
|
"ngx-editor": "17.5.4",
|
|
292
291
|
"ngx-highlightjs": "12.0.0",
|
|
292
|
+
"ngx-infinite-scroll": "18.0.0",
|
|
293
293
|
"ngx-moment": "6.0.2",
|
|
294
294
|
"ngx-monaco-editor": "12.0.0",
|
|
295
295
|
"ngx-photo-editor": "0.4.4",
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
"ngx-scrolltop": "18.0.0",
|
|
300
300
|
"ngx-store": "3.1.1",
|
|
301
301
|
"ngx-typed-js": "2.1.1",
|
|
302
|
-
"node-cli-tester": "~18.0.
|
|
302
|
+
"node-cli-tester": "~18.0.9",
|
|
303
303
|
"node-localstorage": "2.1.6",
|
|
304
304
|
"node-notifier": "10.0.1",
|
|
305
305
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
"q": "1.5.1",
|
|
330
330
|
"rallax.js": "2.0.4",
|
|
331
331
|
"randomcolor": "0.5.3",
|
|
332
|
-
"record-replay-req-res-scenario": "~18.0.
|
|
332
|
+
"record-replay-req-res-scenario": "~18.0.9",
|
|
333
333
|
"reflect-metadata": "0.2.2",
|
|
334
334
|
"rimraf": "2.6.2",
|
|
335
335
|
"rxjs": "~7.8.1",
|
|
@@ -341,23 +341,23 @@
|
|
|
341
341
|
"socket.io-client": "4.7.5",
|
|
342
342
|
"sort-package-json": "1.11.0",
|
|
343
343
|
"sql.js": "1.8.0",
|
|
344
|
-
"static-columns": "~18.0.
|
|
344
|
+
"static-columns": "~18.0.11",
|
|
345
345
|
"string-similarity": "4.0.4",
|
|
346
346
|
"sudo-block": "3.0.0",
|
|
347
347
|
"supertest": "7.0.0",
|
|
348
348
|
"sweetalert2": "11.7.32",
|
|
349
349
|
"systeminformation": "3.45.7",
|
|
350
350
|
"taon": "^18",
|
|
351
|
-
"taon-storage": "18.0.
|
|
352
|
-
"taon-type-sql": "18.0.
|
|
353
|
-
"taon-typeorm": "18.0.
|
|
351
|
+
"taon-storage": "18.0.9",
|
|
352
|
+
"taon-type-sql": "18.0.10",
|
|
353
|
+
"taon-typeorm": "18.0.9",
|
|
354
354
|
"task.js": "0.1.5",
|
|
355
355
|
"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.
|
|
356
|
+
"tnp": "~18.0.10",
|
|
357
|
+
"tnp-config": "~18.0.14",
|
|
358
|
+
"tnp-core": "~18.0.36",
|
|
359
|
+
"tnp-helpers": "~18.0.12",
|
|
360
|
+
"tnp-models": "~18.0.13",
|
|
361
361
|
"ts-debug": "1.3.0",
|
|
362
362
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
363
363
|
"ts-loader": "2.3.1",
|
|
@@ -369,12 +369,13 @@
|
|
|
369
369
|
"typedoc": "0.26.5",
|
|
370
370
|
"typedoc-plugin-markdown": "4.2.3",
|
|
371
371
|
"typescript": "~5.5.4",
|
|
372
|
-
"typescript-class-helpers": "~18.0.
|
|
372
|
+
"typescript-class-helpers": "~18.0.13",
|
|
373
373
|
"typescript-formatter": "~7.2.2",
|
|
374
|
+
"typescript-string-enums": "~1.0.0",
|
|
374
375
|
"underscore": "1.13.7",
|
|
375
376
|
"validator": "13.5.2",
|
|
376
377
|
"video.js": "8.3.0",
|
|
377
|
-
"vpn-split": "~18.0.
|
|
378
|
+
"vpn-split": "~18.0.9",
|
|
378
379
|
"vscode": "1.1.37",
|
|
379
380
|
"wait-on": "7.0.1",
|
|
380
381
|
"watch": "1.0.2",
|
|
@@ -387,14 +388,14 @@
|
|
|
387
388
|
"main": "dist/app.electron.js"
|
|
388
389
|
},
|
|
389
390
|
"build": {
|
|
390
|
-
"number":
|
|
391
|
-
"date": "2024-
|
|
392
|
-
"hash": "
|
|
391
|
+
"number": 360,
|
|
392
|
+
"date": "2024-09-03T21:50:48.000Z",
|
|
393
|
+
"hash": "9982a2b9caa0e5e34bcc0fefd275a6bd5fd49ff8"
|
|
393
394
|
},
|
|
394
395
|
"currentProjectName": "ng-talkback",
|
|
395
396
|
"currentProjectGenericName": "ng-talkback",
|
|
396
397
|
"currentProjectType": "isomorphic-lib",
|
|
397
|
-
"currentFrameworkVersion": "18.0.
|
|
398
|
+
"currentFrameworkVersion": "18.0.11",
|
|
398
399
|
"isStandaloneProject": true,
|
|
399
400
|
"isSmartContainer": false,
|
|
400
401
|
"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.
|