ng-talkback 18.0.1 → 18.0.2
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/firedev.jsonc +46 -46
- package/package.json +3 -3
- package/tmp-environment.json +36 -36
- 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.2)
|
|
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/firedev.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/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.2",
|
|
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": "3b091c57a075560910685d5f2a4926fc92dcefcc",
|
|
87
87
|
"devDependencies": {},
|
|
88
|
-
"main": "
|
|
88
|
+
"main": "dist/app.electron.js"
|
|
89
89
|
}
|
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.2",
|
|
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": "3b091c57a075560910685d5f2a4926fc92dcefcc",
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"@angular-builders/custom-webpack": "~18.0.0",
|
|
93
93
|
"@angular-devkit/build-angular": "~18.1.4",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"angular-material-css-vars": "7.0.0",
|
|
176
176
|
"angular-resize-event": "3.2.0",
|
|
177
177
|
"animate.css": "4.1.1",
|
|
178
|
-
"any-project-cli": "~18.0.
|
|
178
|
+
"any-project-cli": "~18.0.3",
|
|
179
179
|
"app-root-path": "3.1.0",
|
|
180
180
|
"background-worker-process": "~16.100.10",
|
|
181
181
|
"base32": "0.0.7",
|
|
@@ -230,13 +230,13 @@
|
|
|
230
230
|
"file-saver": "2.0.5",
|
|
231
231
|
"file-type": "19.1.1",
|
|
232
232
|
"firedev": "^18",
|
|
233
|
-
"firedev-crud": "~18.0.
|
|
234
|
-
"firedev-crud-deamon": "~18.0.
|
|
235
|
-
"firedev-ports": "~18.0.
|
|
236
|
-
"firedev-storage": "~18.0.
|
|
237
|
-
"firedev-type-sql": "~18.0.
|
|
238
|
-
"firedev-typeorm": "~18.0.
|
|
239
|
-
"firedev-ui": "~
|
|
233
|
+
"firedev-crud": "~18.0.2",
|
|
234
|
+
"firedev-crud-deamon": "~18.0.3",
|
|
235
|
+
"firedev-ports": "~18.0.2",
|
|
236
|
+
"firedev-storage": "~18.0.2",
|
|
237
|
+
"firedev-type-sql": "~18.0.3",
|
|
238
|
+
"firedev-typeorm": "~18.0.2",
|
|
239
|
+
"firedev-ui": "~18.0.3",
|
|
240
240
|
"fkill": "6.1.0",
|
|
241
241
|
"font-awesome": "4.7.0",
|
|
242
242
|
"form-data": "4.0.0",
|
|
@@ -254,11 +254,11 @@
|
|
|
254
254
|
"image-focus": "1.2.1",
|
|
255
255
|
"immer": "10.0.2",
|
|
256
256
|
"immutable": "4.3.7",
|
|
257
|
-
"incremental-compiler": "~18.0.
|
|
257
|
+
"incremental-compiler": "~18.0.3",
|
|
258
258
|
"inquirer": "7.3.3",
|
|
259
259
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
260
260
|
"is-elevated": "3.0.0",
|
|
261
|
-
"isomorphic-region-loader": "~18.0.
|
|
261
|
+
"isomorphic-region-loader": "~18.0.3",
|
|
262
262
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
263
263
|
"jest": "29.7.0",
|
|
264
264
|
"jest-date-mock": "1.0.10",
|
|
@@ -269,17 +269,17 @@
|
|
|
269
269
|
"joi": "17.13.3",
|
|
270
270
|
"jscodeshift": "0.6.3",
|
|
271
271
|
"json-stringify-safe": "5.0.1",
|
|
272
|
-
"json10": "~18.0.
|
|
273
|
-
"json10-writer": "~18.0.
|
|
272
|
+
"json10": "~18.0.3",
|
|
273
|
+
"json10-writer": "~18.0.3",
|
|
274
274
|
"json5-writer": "0.2.0",
|
|
275
275
|
"jszip": "3.10.1",
|
|
276
276
|
"karma-cli": "1.0.1",
|
|
277
277
|
"lnk": "1.0.1",
|
|
278
278
|
"localforage": "1.10.0",
|
|
279
279
|
"lockfile": "1.0.4",
|
|
280
|
-
"lodash-walk-object": "~18.0.
|
|
280
|
+
"lodash-walk-object": "~18.0.3",
|
|
281
281
|
"lowdb": "7.0.1",
|
|
282
|
-
"magic-renamer": "~18.0.
|
|
282
|
+
"magic-renamer": "~18.0.3",
|
|
283
283
|
"material-design-icons": "3.0.1",
|
|
284
284
|
"method-override": "2.3.10",
|
|
285
285
|
"minimist": "1.2.8",
|
|
@@ -289,10 +289,10 @@
|
|
|
289
289
|
"ng-in-viewport": "16.1.0",
|
|
290
290
|
"ng-lock": "18.0.1",
|
|
291
291
|
"ng-packagr": "18.1.0",
|
|
292
|
-
"ng-talkback": "~
|
|
293
|
-
"ng2-logger": "~18.0.
|
|
292
|
+
"ng-talkback": "~18.0.1",
|
|
293
|
+
"ng2-logger": "~18.0.5",
|
|
294
294
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
295
|
-
"ng2-rest": "~18.0.
|
|
295
|
+
"ng2-rest": "~18.0.3",
|
|
296
296
|
"ngx-ace-wrapper": "17.0.0",
|
|
297
297
|
"ngx-editor": "17.5.4",
|
|
298
298
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
"ngx-scrolltop": "18.0.0",
|
|
306
306
|
"ngx-store": "3.1.1",
|
|
307
307
|
"ngx-typed-js": "2.1.1",
|
|
308
|
-
"node-cli-tester": "~
|
|
308
|
+
"node-cli-tester": "~18.0.1",
|
|
309
309
|
"node-localstorage": "2.1.6",
|
|
310
310
|
"node-notifier": "10.0.1",
|
|
311
311
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
"npm-run": "4.1.2",
|
|
315
315
|
"omelette": "0.4.17",
|
|
316
316
|
"open": "10.0.4",
|
|
317
|
-
"ora": "
|
|
317
|
+
"ora": "3.4.0",
|
|
318
318
|
"passport": "0.7.0",
|
|
319
319
|
"passport-http-bearer": "1.0.1",
|
|
320
320
|
"password-hash": "1.2.2",
|
|
@@ -334,7 +334,7 @@
|
|
|
334
334
|
"q": "1.5.1",
|
|
335
335
|
"rallax.js": "2.0.4",
|
|
336
336
|
"randomcolor": "0.5.3",
|
|
337
|
-
"record-replay-req-res-scenario": "~
|
|
337
|
+
"record-replay-req-res-scenario": "~18.0.1",
|
|
338
338
|
"reflect-metadata": "0.2.2",
|
|
339
339
|
"rimraf": "2.6.2",
|
|
340
340
|
"rxjs": "~7.8.1",
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
"socket.io-client": "4.7.5",
|
|
347
347
|
"sort-package-json": "1.11.0",
|
|
348
348
|
"sql.js": "1.8.0",
|
|
349
|
-
"static-columns": "~18.0.
|
|
349
|
+
"static-columns": "~18.0.4",
|
|
350
350
|
"string-similarity": "4.0.4",
|
|
351
351
|
"sudo-block": "3.0.0",
|
|
352
352
|
"supertest": "7.0.0",
|
|
@@ -354,13 +354,13 @@
|
|
|
354
354
|
"systeminformation": "3.45.7",
|
|
355
355
|
"task.js": "0.1.5",
|
|
356
356
|
"threads": "1.7.0",
|
|
357
|
-
"tnp": "~18.0.
|
|
358
|
-
"tnp-cli": "~
|
|
359
|
-
"tnp-config": "~18.0.
|
|
360
|
-
"tnp-core": "~18.0.
|
|
361
|
-
"tnp-db": "~18.0.
|
|
362
|
-
"tnp-helpers": "~18.0.
|
|
363
|
-
"tnp-models": "~18.0.
|
|
357
|
+
"tnp": "~18.0.3",
|
|
358
|
+
"tnp-cli": "~18.0.1",
|
|
359
|
+
"tnp-config": "~18.0.5",
|
|
360
|
+
"tnp-core": "~18.0.27",
|
|
361
|
+
"tnp-db": "~18.0.3",
|
|
362
|
+
"tnp-helpers": "~18.0.3",
|
|
363
|
+
"tnp-models": "~18.0.4",
|
|
364
364
|
"ts-debug": "1.3.0",
|
|
365
365
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
366
366
|
"ts-loader": "2.3.1",
|
|
@@ -371,12 +371,12 @@
|
|
|
371
371
|
"typedoc": "0.26.5",
|
|
372
372
|
"typedoc-plugin-markdown": "4.2.3",
|
|
373
373
|
"typescript": "~5.5.4",
|
|
374
|
-
"typescript-class-helpers": "~18.0.
|
|
374
|
+
"typescript-class-helpers": "~18.0.4",
|
|
375
375
|
"typescript-formatter": "~7.2.2",
|
|
376
376
|
"underscore": "1.13.7",
|
|
377
377
|
"validator": "13.5.2",
|
|
378
378
|
"video.js": "8.3.0",
|
|
379
|
-
"vpn-split": "~
|
|
379
|
+
"vpn-split": "~18.0.1",
|
|
380
380
|
"vscode": "1.1.37",
|
|
381
381
|
"wait-on": "7.0.1",
|
|
382
382
|
"watch": "1.0.2",
|
|
@@ -389,14 +389,14 @@
|
|
|
389
389
|
"main": "dist/app.electron.js"
|
|
390
390
|
},
|
|
391
391
|
"build": {
|
|
392
|
-
"number":
|
|
393
|
-
"date": "2024-08-
|
|
394
|
-
"hash": "
|
|
392
|
+
"number": 348,
|
|
393
|
+
"date": "2024-08-13T12:58:38.000Z",
|
|
394
|
+
"hash": "ff7ea196e14f2ccbb9e8b8e9823ba4f771186650"
|
|
395
395
|
},
|
|
396
396
|
"currentProjectName": "ng-talkback",
|
|
397
397
|
"currentProjectGenericName": "ng-talkback",
|
|
398
398
|
"currentProjectType": "isomorphic-lib",
|
|
399
|
-
"currentFrameworkVersion": "18.0.
|
|
399
|
+
"currentFrameworkVersion": "18.0.3",
|
|
400
400
|
"isStandaloneProject": true,
|
|
401
401
|
"isSmartContainer": false,
|
|
402
402
|
"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.
|