taon 18.0.23 → 18.0.25
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 +114 -114
- package/assets/shared/shared_folder_info.txt +1 -1
- package/bin/start.js +279 -279
- package/bin/taon +6 -6
- package/bin/taon-debug +5 -5
- package/bin/taon-debug-brk +5 -5
- package/browser/README.md +24 -24
- package/client/README.md +24 -24
- package/lib/ui/directives/index.js +2 -2
- package/lib/ui/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/index.js +2 -2
- package/lib/ui/taon-github-fork-me-corner/index.js +2 -2
- package/lib/ui/taon-github-fork-me-ribbon/index.js +2 -2
- package/lib/ui/taon-notifications/taon-notifications.models.js +2 -2
- package/lib/ui/taon-progress-bar/index.js +2 -2
- package/lib/ui/taon-session-passcode/index.js +2 -2
- package/lib/ui/taon-table/index.js +2 -2
- package/package.json +7 -7
- package/taon.jsonc +47 -47
- package/tmp-environment.json +29 -29
- package/websql/README.md +24 -24
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.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1739494463746 = dummy1739494463746;
|
|
4
|
+
function dummy1739494463746() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/lib/ui/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1739494463669 = dummy1739494463669;
|
|
4
|
+
function dummy1739494463669() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1739494463751 = dummy1739494463751;
|
|
4
|
+
function dummy1739494463751() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1739494463765 = dummy1739494463765;
|
|
4
|
+
function dummy1739494463765() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1739494463769 = dummy1739494463769;
|
|
4
|
+
function dummy1739494463769() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1739494463776 = dummy1739494463776;
|
|
4
|
+
function dummy1739494463776() { }
|
|
5
5
|
//# sourceMappingURL=taon-notifications.models.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1739494463778 = dummy1739494463778;
|
|
4
|
+
function dummy1739494463778() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1739494463783 = dummy1739494463783;
|
|
4
|
+
function dummy1739494463783() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1739494463788 = dummy1739494463788;
|
|
4
|
+
function dummy1739494463788() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"homepage": "https://github.com/darekf77/taon#readme"
|
|
46
46
|
},
|
|
47
47
|
"name": "taon",
|
|
48
|
-
"version": "18.0.
|
|
48
|
+
"version": "18.0.25",
|
|
49
49
|
"description": "Isomorphic solution for backend and frontend",
|
|
50
50
|
"scripts": {
|
|
51
51
|
"mkdocs": "python3 -m mkdocs"
|
|
@@ -60,18 +60,18 @@
|
|
|
60
60
|
},
|
|
61
61
|
"homepage": "https://github.com/darekf77/taon#readme",
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"json10": "~18.0.
|
|
64
|
-
"lodash-walk-object": "~18.0.
|
|
65
|
-
"ng2-rest": "~18.0.
|
|
63
|
+
"json10": "~18.0.20",
|
|
64
|
+
"lodash-walk-object": "~18.0.20",
|
|
65
|
+
"ng2-rest": "~18.0.20",
|
|
66
66
|
"ora": "3.4.0",
|
|
67
67
|
"socket.io": "4.7.5",
|
|
68
|
-
"taon-type-sql": "18.0.
|
|
69
|
-
"tnp": "~18.0.
|
|
68
|
+
"taon-type-sql": "18.0.20",
|
|
69
|
+
"tnp": "~18.0.25",
|
|
70
70
|
"tslib": "~2.6.3"
|
|
71
71
|
},
|
|
72
72
|
"license": "MIT",
|
|
73
73
|
"private": false,
|
|
74
|
-
"lastBuildTagHash": "
|
|
74
|
+
"lastBuildTagHash": "652359761630e6f0a9f3b5e886a614bd29a4afb4",
|
|
75
75
|
"devDependencies": {},
|
|
76
76
|
"main": "dist/app.electron.js",
|
|
77
77
|
"bin": {
|
package/taon.jsonc
CHANGED
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": ["README.md", "bin"],
|
|
3
|
-
|
|
4
|
-
"overrided": {
|
|
5
|
-
"linkedFolders": [],
|
|
6
|
-
"includeAsDev": [],
|
|
7
|
-
|
|
8
|
-
"includeOnly": [
|
|
9
|
-
"tnp",
|
|
10
|
-
"tslib",
|
|
11
|
-
"ora",
|
|
12
|
-
"ng2-rest",
|
|
13
|
-
"json10",
|
|
14
|
-
"lodash-walk-object",
|
|
15
|
-
"taon-type-sql",
|
|
16
|
-
"socket.io"
|
|
17
|
-
],
|
|
18
|
-
|
|
19
|
-
"ignoreDepsPattern": [],
|
|
20
|
-
"dependencies": {},
|
|
21
|
-
"npmFixes": []
|
|
22
|
-
},
|
|
23
|
-
|
|
24
|
-
"smartContainerBuildTarget": "",
|
|
25
|
-
"linkedRepos": [],
|
|
26
|
-
|
|
27
|
-
"libReleaseOptions": {
|
|
28
|
-
"nodts": false,
|
|
29
|
-
"obscure": false,
|
|
30
|
-
"ugly": false,
|
|
31
|
-
"includeNodeModules": false,
|
|
32
|
-
"cliBuildNoDts": false,
|
|
33
|
-
"cliBuildObscure": false,
|
|
34
|
-
"cliBuildIncludeNodeModules": false,
|
|
35
|
-
"cliBuildUglify": false
|
|
36
|
-
},
|
|
37
|
-
|
|
38
|
-
"smartContainerTarget": "",
|
|
39
|
-
"type": "isomorphic-lib",
|
|
40
|
-
"version": "v18",
|
|
41
|
-
"additionalNpmNames": [],
|
|
42
|
-
"scripts": {},
|
|
43
|
-
"description": "Isomorphic solution for backend and frontend",
|
|
44
|
-
"license": "MIT",
|
|
45
|
-
"private": false,
|
|
46
|
-
"author": "Dariusz Filipiak",
|
|
47
|
-
"homepage": "https://github.com/darekf77/taon#readme"
|
|
1
|
+
{
|
|
2
|
+
"resources": ["README.md", "bin"],
|
|
3
|
+
|
|
4
|
+
"overrided": {
|
|
5
|
+
"linkedFolders": [],
|
|
6
|
+
"includeAsDev": [],
|
|
7
|
+
|
|
8
|
+
"includeOnly": [
|
|
9
|
+
"tnp",
|
|
10
|
+
"tslib",
|
|
11
|
+
"ora",
|
|
12
|
+
"ng2-rest",
|
|
13
|
+
"json10",
|
|
14
|
+
"lodash-walk-object",
|
|
15
|
+
"taon-type-sql",
|
|
16
|
+
"socket.io"
|
|
17
|
+
],
|
|
18
|
+
|
|
19
|
+
"ignoreDepsPattern": [],
|
|
20
|
+
"dependencies": {},
|
|
21
|
+
"npmFixes": []
|
|
22
|
+
},
|
|
23
|
+
|
|
24
|
+
"smartContainerBuildTarget": "",
|
|
25
|
+
"linkedRepos": [],
|
|
26
|
+
|
|
27
|
+
"libReleaseOptions": {
|
|
28
|
+
"nodts": false,
|
|
29
|
+
"obscure": false,
|
|
30
|
+
"ugly": false,
|
|
31
|
+
"includeNodeModules": false,
|
|
32
|
+
"cliBuildNoDts": false,
|
|
33
|
+
"cliBuildObscure": false,
|
|
34
|
+
"cliBuildIncludeNodeModules": false,
|
|
35
|
+
"cliBuildUglify": false
|
|
36
|
+
},
|
|
37
|
+
|
|
38
|
+
"smartContainerTarget": "",
|
|
39
|
+
"type": "isomorphic-lib",
|
|
40
|
+
"version": "v18",
|
|
41
|
+
"additionalNpmNames": [],
|
|
42
|
+
"scripts": {},
|
|
43
|
+
"description": "Isomorphic solution for backend and frontend",
|
|
44
|
+
"license": "MIT",
|
|
45
|
+
"private": false,
|
|
46
|
+
"author": "Dariusz Filipiak",
|
|
47
|
+
"homepage": "https://github.com/darekf77/taon#readme"
|
|
48
48
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"homepage": "https://github.com/darekf77/taon#readme"
|
|
52
52
|
},
|
|
53
53
|
"name": "taon",
|
|
54
|
-
"version": "18.0.
|
|
54
|
+
"version": "18.0.25",
|
|
55
55
|
"description": "Isomorphic solution for backend and frontend",
|
|
56
56
|
"scripts": {
|
|
57
57
|
"mkdocs": "python3 -m mkdocs"
|
|
@@ -66,18 +66,18 @@
|
|
|
66
66
|
},
|
|
67
67
|
"homepage": "https://github.com/darekf77/taon#readme",
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"json10": "~18.0.
|
|
70
|
-
"lodash-walk-object": "~18.0.
|
|
71
|
-
"ng2-rest": "~18.0.
|
|
69
|
+
"json10": "~18.0.20",
|
|
70
|
+
"lodash-walk-object": "~18.0.20",
|
|
71
|
+
"ng2-rest": "~18.0.20",
|
|
72
72
|
"ora": "3.4.0",
|
|
73
73
|
"socket.io": "4.7.5",
|
|
74
|
-
"taon-type-sql": "18.0.
|
|
75
|
-
"tnp": "~18.0.
|
|
74
|
+
"taon-type-sql": "18.0.20",
|
|
75
|
+
"tnp": "~18.0.25",
|
|
76
76
|
"tslib": "~2.6.3"
|
|
77
77
|
},
|
|
78
78
|
"license": "MIT",
|
|
79
79
|
"private": false,
|
|
80
|
-
"lastBuildTagHash": "
|
|
80
|
+
"lastBuildTagHash": "652359761630e6f0a9f3b5e886a614bd29a4afb4",
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@angular-builders/custom-webpack": "~18.0.0",
|
|
83
83
|
"@angular-devkit/build-angular": "~18.1.4",
|
|
@@ -242,14 +242,14 @@
|
|
|
242
242
|
"image-focus": "1.2.1",
|
|
243
243
|
"immer": "10.0.2",
|
|
244
244
|
"immutable": "4.3.7",
|
|
245
|
-
"incremental-compiler": "~18.0.
|
|
245
|
+
"incremental-compiler": "~18.0.21",
|
|
246
246
|
"inquirer": "7.3.3",
|
|
247
247
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
248
248
|
"inquirer-autocomplete-standalone": "0.8.1",
|
|
249
249
|
"inquirer-select-pro": "1.0.0-alpha.7",
|
|
250
250
|
"inquirer-toggle": "1.0.1",
|
|
251
251
|
"is-elevated": "3.0.0",
|
|
252
|
-
"isomorphic-region-loader": "~18.0.
|
|
252
|
+
"isomorphic-region-loader": "~18.0.20",
|
|
253
253
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
254
254
|
"jest": "29.7.0",
|
|
255
255
|
"jest-date-mock": "1.0.10",
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"joi": "17.13.3",
|
|
261
261
|
"jscodeshift": "0.6.3",
|
|
262
262
|
"json-stringify-safe": "5.0.1",
|
|
263
|
-
"json10-writer": "~18.0.
|
|
263
|
+
"json10-writer": "~18.0.20",
|
|
264
264
|
"json5": "2.2.3",
|
|
265
265
|
"json5-writer": "0.2.0",
|
|
266
266
|
"jszip": "3.10.1",
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"lockfile": "1.0.4",
|
|
271
271
|
"lodash": "4.17.21",
|
|
272
272
|
"lowdb": "7.0.1",
|
|
273
|
-
"magic-renamer": "~18.0.
|
|
273
|
+
"magic-renamer": "~18.0.20",
|
|
274
274
|
"material-design-icons": "3.0.1",
|
|
275
275
|
"method-override": "2.3.10",
|
|
276
276
|
"minimist": "1.2.8",
|
|
@@ -281,10 +281,10 @@
|
|
|
281
281
|
"ng-in-viewport": "16.1.0",
|
|
282
282
|
"ng-lock": "18.0.1",
|
|
283
283
|
"ng-packagr": "18.1.0",
|
|
284
|
-
"ng-talkback": "~18.0.
|
|
285
|
-
"ng2-logger": "~18.0.
|
|
284
|
+
"ng-talkback": "~18.0.19",
|
|
285
|
+
"ng2-logger": "~18.0.22",
|
|
286
286
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
287
|
-
"ng2-rest-swagger-generator": "18.0.
|
|
287
|
+
"ng2-rest-swagger-generator": "18.0.17",
|
|
288
288
|
"ngx-ace-wrapper": "17.0.0",
|
|
289
289
|
"ngx-editor": "17.5.4",
|
|
290
290
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"ngx-scrolltop": "18.0.0",
|
|
299
299
|
"ngx-store": "3.1.1",
|
|
300
300
|
"ngx-typed-js": "2.1.1",
|
|
301
|
-
"node-cli-tester": "~18.0.
|
|
301
|
+
"node-cli-tester": "~18.0.19",
|
|
302
302
|
"node-localstorage": "2.1.6",
|
|
303
303
|
"node-notifier": "10.0.1",
|
|
304
304
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"q": "1.5.1",
|
|
329
329
|
"rallax.js": "2.0.4",
|
|
330
330
|
"randomcolor": "0.5.3",
|
|
331
|
-
"record-replay-req-res-scenario": "~18.0.
|
|
331
|
+
"record-replay-req-res-scenario": "~18.0.19",
|
|
332
332
|
"reflect-metadata": "0.2.2",
|
|
333
333
|
"rimraf": "2.6.2",
|
|
334
334
|
"rxjs": "~7.8.1",
|
|
@@ -341,21 +341,21 @@
|
|
|
341
341
|
"sql-template-strings": "2.2.2",
|
|
342
342
|
"sql-template-tag": "5.2.1",
|
|
343
343
|
"sql.js": "1.8.0",
|
|
344
|
-
"static-columns": "~18.0.
|
|
344
|
+
"static-columns": "~18.0.21",
|
|
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-typeorm": "18.0.
|
|
351
|
+
"taon-storage": "18.0.28",
|
|
352
|
+
"taon-typeorm": "18.0.18",
|
|
353
353
|
"task.js": "0.1.5",
|
|
354
354
|
"threads": "1.7.0",
|
|
355
|
-
"tnp-config": "~18.0.
|
|
356
|
-
"tnp-core": "~18.0.
|
|
357
|
-
"tnp-helpers": "~18.0.
|
|
358
|
-
"tnp-models": "~18.0.
|
|
355
|
+
"tnp-config": "~18.0.22",
|
|
356
|
+
"tnp-core": "~18.0.47",
|
|
357
|
+
"tnp-helpers": "~18.0.20",
|
|
358
|
+
"tnp-models": "~18.0.21",
|
|
359
359
|
"ts-debug": "1.3.0",
|
|
360
360
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
361
361
|
"ts-loader": "2.3.1",
|
|
@@ -366,14 +366,14 @@
|
|
|
366
366
|
"typedoc": "0.26.5",
|
|
367
367
|
"typedoc-plugin-markdown": "4.2.3",
|
|
368
368
|
"typescript": "~5.5.4",
|
|
369
|
-
"typescript-class-helpers": "~18.0.
|
|
369
|
+
"typescript-class-helpers": "~18.0.21",
|
|
370
370
|
"typescript-formatter": "~7.2.2",
|
|
371
371
|
"typescript-string-enums": "~1.0.0",
|
|
372
372
|
"underscore": "1.13.7",
|
|
373
373
|
"uuid": "10.0.0",
|
|
374
374
|
"validator": "13.5.2",
|
|
375
375
|
"video.js": "8.3.0",
|
|
376
|
-
"vpn-split": "~18.0.
|
|
376
|
+
"vpn-split": "~18.0.18",
|
|
377
377
|
"vscode": "1.1.37",
|
|
378
378
|
"wait-on": "8.0.1",
|
|
379
379
|
"watch": "1.0.2",
|
|
@@ -391,14 +391,14 @@
|
|
|
391
391
|
}
|
|
392
392
|
},
|
|
393
393
|
"build": {
|
|
394
|
-
"number":
|
|
395
|
-
"date": "2025-
|
|
396
|
-
"hash": "
|
|
394
|
+
"number": 1782,
|
|
395
|
+
"date": "2025-02-09T01:26:41.000Z",
|
|
396
|
+
"hash": "55ab2770d7f21cb929feefd61c60d38701c1a542"
|
|
397
397
|
},
|
|
398
398
|
"currentProjectName": "taon",
|
|
399
399
|
"currentProjectGenericName": "taon",
|
|
400
400
|
"currentProjectType": "isomorphic-lib",
|
|
401
|
-
"currentFrameworkVersion": "18.0.
|
|
401
|
+
"currentFrameworkVersion": "18.0.25",
|
|
402
402
|
"isStandaloneProject": true,
|
|
403
403
|
"isSmartContainer": false,
|
|
404
404
|
"pathesTsconfig": "\"paths\": {\"taon\":[\"./src/lib\"],\"taon/*\":[\"./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.
|