tnp-core 16.444.13 → 16.444.14

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,20 +1,20 @@
1
- # firedev-core ( tnp-core )
2
-
3
- - Part of [firedev.io](https://github.com/darekf77/firedev)
4
- - JavasScript/Typescript most essential helpers
5
- - Basic firedev releated helpers
6
- - Purpose:
7
- + lightweight most essential helpers library
8
- + crossplatform helpers for NodeJs/Browser
9
-
10
-
11
- ## Usage
12
- - in firedev isomorphic libs/apps or any NodeJS apps/libs:
13
- ```ts
14
- import { Helpers } from 'tnp-core';
15
- ```
16
-
17
- - in any frontend browser apps (except firedev lib/apps)
18
- ```ts
19
- import { Helpers } from 'tnp-core/browser';
20
- ```
1
+ # firedev-core ( tnp-core )
2
+
3
+ - Part of [firedev.io](https://github.com/darekf77/firedev)
4
+ - JavasScript/Typescript most essential helpers
5
+ - Basic firedev releated helpers
6
+ - Purpose:
7
+ + lightweight most essential helpers library
8
+ + crossplatform helpers for NodeJs/Browser
9
+
10
+
11
+ ## Usage
12
+ - in firedev isomorphic libs/apps or any NodeJS apps/libs:
13
+ ```ts
14
+ import { Helpers } from 'tnp-core';
15
+ ```
16
+
17
+ - in any frontend browser apps (except firedev lib/apps)
18
+ ```ts
19
+ import { Helpers } from 'tnp-core/browser';
20
+ ```
@@ -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 (tnp-core@16.444.13)
3
+ Assets from this folder are being shipped with this npm package (tnp-core@16.444.14)
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/cli.backend.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1720725729731 = void 0;
4
- function dummy1720725729731() { }
5
- exports.dummy1720725729731 = dummy1720725729731;
3
+ exports.dummy1720955831725 = void 0;
4
+ function dummy1720955831725() { }
5
+ exports.dummy1720955831725 = dummy1720955831725;
6
6
  //# sourceMappingURL=cli.backend.js.map
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.
@@ -171,7 +171,7 @@
171
171
  "angular-material-css-vars": "5.0.2",
172
172
  "angular-resize-event": "3.2.0",
173
173
  "animate.css": "4.1.1 ",
174
- "any-project-cli": "~16.444.8",
174
+ "any-project-cli": "~16.444.11",
175
175
  "app-root-path": "3.0.0",
176
176
  "background-worker-process": "~16.100.10",
177
177
  "base32": "0.0.7",
@@ -221,11 +221,11 @@
221
221
  "file-saver": "2.0.5",
222
222
  "file-type": "18.5.0",
223
223
  "firedev": "^16",
224
- "firedev-crud": "~16.444.8",
225
- "firedev-crud-deamon": "~16.444.8",
226
- "firedev-ports": "~16.444.8",
224
+ "firedev-crud": "~16.444.11",
225
+ "firedev-crud-deamon": "~16.444.11",
226
+ "firedev-ports": "~16.444.11",
227
227
  "firedev-storage": "~16.444.5",
228
- "firedev-type-sql": "~16.444.8",
228
+ "firedev-type-sql": "~16.444.11",
229
229
  "firedev-typeorm": "~16.444.5",
230
230
  "firedev-ui": "~16.444.1",
231
231
  "font-awesome": "4.7.0",
@@ -242,10 +242,10 @@
242
242
  "image-focus": "1.2.1",
243
243
  "immer": "10.0.2",
244
244
  "immutable": "4.3.0",
245
- "incremental-compiler": "~16.444.9",
245
+ "incremental-compiler": "~16.444.12",
246
246
  "inquirer": "7.3.3",
247
247
  "inquirer-autocomplete-prompt": "1.3.0",
248
- "isomorphic-region-loader": "~16.444.8",
248
+ "isomorphic-region-loader": "~16.444.11",
249
249
  "istanbul-instrumenter-loader": "2.0.0",
250
250
  "jest": "29.5.0",
251
251
  "jest-date-mock": "1.0.8",
@@ -256,17 +256,17 @@
256
256
  "joi": "17.9.2",
257
257
  "jscodeshift": "0.6.3",
258
258
  "json-stringify-safe": "5.0.1",
259
- "json10": "~16.444.8",
260
- "json10-writer": "~16.444.8",
259
+ "json10": "~16.444.11",
260
+ "json10-writer": "~16.444.11",
261
261
  "json5-writer": "0.2.0",
262
262
  "jszip": "3.10.1",
263
263
  "karma-cli": "1.0.1",
264
264
  "lnk": "1.0.1",
265
265
  "localforage": "1.10.0",
266
266
  "lockfile": "1.0.4",
267
- "lodash-walk-object": "~16.444.7",
267
+ "lodash-walk-object": "~16.444.10",
268
268
  "lowdb": "7.0.1",
269
- "magic-renamer": "~16.444.7",
269
+ "magic-renamer": "~16.444.10",
270
270
  "material-design-icons": "3.0.1",
271
271
  "method-override": "2.3.10",
272
272
  "minimist": "1.2.0",
@@ -276,9 +276,9 @@
276
276
  "ng-lock": "16.0.1",
277
277
  "ng-packagr": "16.0.1",
278
278
  "ng-talkback": "~16.444.1",
279
- "ng2-logger": "~16.444.8",
279
+ "ng2-logger": "~16.444.11",
280
280
  "ng2-pdfjs-viewer": "16.0.4",
281
- "ng2-rest": "~16.444.7",
281
+ "ng2-rest": "~16.444.10",
282
282
  "ngx-ace-wrapper": "14.0.0",
283
283
  "ngx-editor": "15.3.0",
284
284
  "ngx-highlightjs": "9.0.0",
@@ -336,11 +336,11 @@
336
336
  "task.js": "0.1.5",
337
337
  "threads": "1.7.0",
338
338
  "tnp-cli": "~16.444.1",
339
- "tnp-config": "~16.444.8",
340
- "tnp-core": "~16.444.11",
341
- "tnp-db": "~16.444.7",
342
- "tnp-helpers": "~16.444.16",
343
- "tnp-models": "~16.444.8",
339
+ "tnp-config": "~16.444.11",
340
+ "tnp-core": "~16.444.13",
341
+ "tnp-db": "~16.444.10",
342
+ "tnp-helpers": "~16.444.18",
343
+ "tnp-models": "~16.444.11",
344
344
  "ts-debug": "1.3.0",
345
345
  "ts-json-schema-generator": "2.1.1",
346
346
  "ts-loader": "2.3.1",
@@ -351,7 +351,7 @@
351
351
  "typedoc": "0.25.13",
352
352
  "typedoc-plugin-markdown": "4.0.3",
353
353
  "typescript": "~5.0.2",
354
- "typescript-class-helpers": "~16.444.8",
354
+ "typescript-class-helpers": "~16.444.11",
355
355
  "typescript-formatter": "~7.2.2",
356
356
  "underscore": "1.9.1",
357
357
  "uuid": "8.3.2",
@@ -370,7 +370,7 @@
370
370
  "license": "MIT",
371
371
  "private": false,
372
372
  "name": "tnp-core",
373
- "version": "16.444.13",
374
- "lastBuildTagHash": "9cccf9f0d189d6012e8b6bcb08a52b72deb77d7d",
375
- "main": "index.js"
373
+ "version": "16.444.14",
374
+ "lastBuildTagHash": "95de735781073933e2ab41a21d749ed6a1bd339d",
375
+ "main": "dist/app.electron.js"
376
376
  }
package/firedev.jsonc CHANGED
@@ -1,69 +1,69 @@
1
- {
2
- "resources": ["README.md"],
3
-
4
- "overrided": {
5
- "ignoreDepsPattern": [],
6
- "includeAsDev": [],
7
-
8
- "includeOnly": [
9
- "axios",
10
- "glob",
11
- "moment",
12
- "fkill",
13
- "copy-paste",
14
- "chokidar",
15
- "fs-extra",
16
- "rimraf",
17
- "mkdirp",
18
- "lodash",
19
- "@types/lodash",
20
- "ps-list",
21
- "ps-node",
22
- "q",
23
- "@types/q",
24
- "json5",
25
- "is-elevated",
26
- "portfinder",
27
- "cross-spawn",
28
- "chalk",
29
- "copy-paste",
30
- "is-root",
31
- "is-admin",
32
- "dateformat",
33
- ],
34
-
35
- "dependencies": {},
36
- "linkedFolders": [],
37
- "npmFixes": [],
38
- },
39
-
40
- "smartContainerBuildTarget": "",
41
- "linkedRepos": [],
42
-
43
- "libReleaseOptions": {
44
- "nodts": false,
45
- "obscure": false,
46
- "ugly": false,
47
- "includeNodeModules": false,
48
- "cliBuildNoDts": false,
49
- "cliBuildObscure": false,
50
- "cliBuildIncludeNodeModules": false,
51
- "cliBuildUglify": false,
52
- },
53
-
54
- "smartContainerTarget": "",
55
- "type": "isomorphic-lib",
56
- "isCoreProject": false,
57
- "useFramework": false,
58
- "required": [],
59
- "version": "v16",
60
-
61
- "additionalNpmNames": ["firedev-core"],
62
-
63
- "isGenerated": false,
64
- "requiredServers": [],
65
- "license": "MIT",
66
- "private": false,
67
- "main": "index.js",
68
- "workerPlugins": {},
1
+ {
2
+ "resources": ["README.md"],
3
+
4
+ "overrided": {
5
+ "ignoreDepsPattern": [],
6
+ "includeAsDev": [],
7
+
8
+ "includeOnly": [
9
+ "axios",
10
+ "glob",
11
+ "moment",
12
+ "fkill",
13
+ "copy-paste",
14
+ "chokidar",
15
+ "fs-extra",
16
+ "rimraf",
17
+ "mkdirp",
18
+ "lodash",
19
+ "@types/lodash",
20
+ "ps-list",
21
+ "ps-node",
22
+ "q",
23
+ "@types/q",
24
+ "json5",
25
+ "is-elevated",
26
+ "portfinder",
27
+ "cross-spawn",
28
+ "chalk",
29
+ "copy-paste",
30
+ "is-root",
31
+ "is-admin",
32
+ "dateformat",
33
+ ],
34
+
35
+ "dependencies": {},
36
+ "linkedFolders": [],
37
+ "npmFixes": [],
38
+ },
39
+
40
+ "smartContainerBuildTarget": "",
41
+ "linkedRepos": [],
42
+
43
+ "libReleaseOptions": {
44
+ "nodts": false,
45
+ "obscure": false,
46
+ "ugly": false,
47
+ "includeNodeModules": false,
48
+ "cliBuildNoDts": false,
49
+ "cliBuildObscure": false,
50
+ "cliBuildIncludeNodeModules": false,
51
+ "cliBuildUglify": false,
52
+ },
53
+
54
+ "smartContainerTarget": "",
55
+ "type": "isomorphic-lib",
56
+ "isCoreProject": false,
57
+ "useFramework": false,
58
+ "required": [],
59
+ "version": "v16",
60
+
61
+ "additionalNpmNames": ["firedev-core"],
62
+
63
+ "isGenerated": false,
64
+ "requiredServers": [],
65
+ "license": "MIT",
66
+ "private": false,
67
+ "main": "index.js",
68
+ "workerPlugins": {},
69
69
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1720725729816 = void 0;
4
- function dummy1720725729816() { }
5
- exports.dummy1720725729816 = dummy1720725729816;
3
+ exports.dummy1720955831880 = void 0;
4
+ function dummy1720955831880() { }
5
+ exports.dummy1720955831880 = dummy1720955831880;
6
6
  //# sourceMappingURL=node-chalk-mock.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1720725729826 = void 0;
4
- function dummy1720725729826() { }
5
- exports.dummy1720725729826 = dummy1720725729826;
3
+ exports.dummy1720955831892 = void 0;
4
+ function dummy1720955831892() { }
5
+ exports.dummy1720955831892 = dummy1720955831892;
6
6
  //# sourceMappingURL=node-path-mock.js.map
package/package.json CHANGED
@@ -91,7 +91,7 @@
91
91
  "license": "MIT",
92
92
  "private": false,
93
93
  "name": "tnp-core",
94
- "version": "16.444.13",
95
- "lastBuildTagHash": "9cccf9f0d189d6012e8b6bcb08a52b72deb77d7d",
96
- "main": "index.js"
94
+ "version": "16.444.14",
95
+ "lastBuildTagHash": "95de735781073933e2ab41a21d749ed6a1bd339d",
96
+ "main": "dist/app.electron.js"
97
97
  }
@@ -175,7 +175,7 @@
175
175
  "angular-material-css-vars": "5.0.2",
176
176
  "angular-resize-event": "3.2.0",
177
177
  "animate.css": "4.1.1 ",
178
- "any-project-cli": "~16.444.8",
178
+ "any-project-cli": "~16.444.11",
179
179
  "app-root-path": "3.0.0",
180
180
  "background-worker-process": "~16.100.10",
181
181
  "base32": "0.0.7",
@@ -225,11 +225,11 @@
225
225
  "file-saver": "2.0.5",
226
226
  "file-type": "18.5.0",
227
227
  "firedev": "^16",
228
- "firedev-crud": "~16.444.8",
229
- "firedev-crud-deamon": "~16.444.8",
230
- "firedev-ports": "~16.444.8",
228
+ "firedev-crud": "~16.444.11",
229
+ "firedev-crud-deamon": "~16.444.11",
230
+ "firedev-ports": "~16.444.11",
231
231
  "firedev-storage": "~16.444.5",
232
- "firedev-type-sql": "~16.444.8",
232
+ "firedev-type-sql": "~16.444.11",
233
233
  "firedev-typeorm": "~16.444.5",
234
234
  "firedev-ui": "~16.444.1",
235
235
  "font-awesome": "4.7.0",
@@ -246,10 +246,10 @@
246
246
  "image-focus": "1.2.1",
247
247
  "immer": "10.0.2",
248
248
  "immutable": "4.3.0",
249
- "incremental-compiler": "~16.444.9",
249
+ "incremental-compiler": "~16.444.12",
250
250
  "inquirer": "7.3.3",
251
251
  "inquirer-autocomplete-prompt": "1.3.0",
252
- "isomorphic-region-loader": "~16.444.8",
252
+ "isomorphic-region-loader": "~16.444.11",
253
253
  "istanbul-instrumenter-loader": "2.0.0",
254
254
  "jest": "29.5.0",
255
255
  "jest-date-mock": "1.0.8",
@@ -260,17 +260,17 @@
260
260
  "joi": "17.9.2",
261
261
  "jscodeshift": "0.6.3",
262
262
  "json-stringify-safe": "5.0.1",
263
- "json10": "~16.444.8",
264
- "json10-writer": "~16.444.8",
263
+ "json10": "~16.444.11",
264
+ "json10-writer": "~16.444.11",
265
265
  "json5-writer": "0.2.0",
266
266
  "jszip": "3.10.1",
267
267
  "karma-cli": "1.0.1",
268
268
  "lnk": "1.0.1",
269
269
  "localforage": "1.10.0",
270
270
  "lockfile": "1.0.4",
271
- "lodash-walk-object": "~16.444.7",
271
+ "lodash-walk-object": "~16.444.10",
272
272
  "lowdb": "7.0.1",
273
- "magic-renamer": "~16.444.7",
273
+ "magic-renamer": "~16.444.10",
274
274
  "material-design-icons": "3.0.1",
275
275
  "method-override": "2.3.10",
276
276
  "minimist": "1.2.0",
@@ -280,9 +280,9 @@
280
280
  "ng-lock": "16.0.1",
281
281
  "ng-packagr": "16.0.1",
282
282
  "ng-talkback": "~16.444.1",
283
- "ng2-logger": "~16.444.8",
283
+ "ng2-logger": "~16.444.11",
284
284
  "ng2-pdfjs-viewer": "16.0.4",
285
- "ng2-rest": "~16.444.7",
285
+ "ng2-rest": "~16.444.10",
286
286
  "ngx-ace-wrapper": "14.0.0",
287
287
  "ngx-editor": "15.3.0",
288
288
  "ngx-highlightjs": "9.0.0",
@@ -340,11 +340,11 @@
340
340
  "task.js": "0.1.5",
341
341
  "threads": "1.7.0",
342
342
  "tnp-cli": "~16.444.1",
343
- "tnp-config": "~16.444.8",
344
- "tnp-core": "~16.444.11",
345
- "tnp-db": "~16.444.7",
346
- "tnp-helpers": "~16.444.16",
347
- "tnp-models": "~16.444.8",
343
+ "tnp-config": "~16.444.11",
344
+ "tnp-core": "~16.444.13",
345
+ "tnp-db": "~16.444.10",
346
+ "tnp-helpers": "~16.444.18",
347
+ "tnp-models": "~16.444.11",
348
348
  "ts-debug": "1.3.0",
349
349
  "ts-json-schema-generator": "2.1.1",
350
350
  "ts-loader": "2.3.1",
@@ -355,7 +355,7 @@
355
355
  "typedoc": "0.25.13",
356
356
  "typedoc-plugin-markdown": "4.0.3",
357
357
  "typescript": "~5.0.2",
358
- "typescript-class-helpers": "~16.444.8",
358
+ "typescript-class-helpers": "~16.444.11",
359
359
  "typescript-formatter": "~7.2.2",
360
360
  "underscore": "1.9.1",
361
361
  "uuid": "8.3.2",
@@ -374,19 +374,19 @@
374
374
  "license": "MIT",
375
375
  "private": false,
376
376
  "name": "tnp-core",
377
- "version": "16.444.13",
378
- "lastBuildTagHash": "9cccf9f0d189d6012e8b6bcb08a52b72deb77d7d",
377
+ "version": "16.444.14",
378
+ "lastBuildTagHash": "95de735781073933e2ab41a21d749ed6a1bd339d",
379
379
  "main": "dist/app.electron.js"
380
380
  },
381
381
  "build": {
382
- "number": 834,
383
- "date": "2024-07-11T16:46:40.000Z",
384
- "hash": "95de735781073933e2ab41a21d749ed6a1bd339d"
382
+ "number": 836,
383
+ "date": "2024-07-14T08:20:40.000Z",
384
+ "hash": "e3cf4d8a7ae6b6e361bf6ee1244390a3c2ddc498"
385
385
  },
386
386
  "currentProjectName": "tnp-core",
387
387
  "currentProjectGenericName": "tnp-core",
388
388
  "currentProjectType": "isomorphic-lib",
389
- "currentFrameworkVersion": "16.444.12",
389
+ "currentFrameworkVersion": "16.444.13",
390
390
  "isStandaloneProject": true,
391
391
  "isSmartContainer": false,
392
392
  "pathesTsconfig": "\"paths\": {\"tnp-core\":[\"./src/lib\"],\"tnp-core/*\":[\"./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.