incremental-compiler 18.0.15 → 18.0.16
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 +9 -9
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/client/README.md +24 -24
- package/migrations/index.d.ts +1 -0
- package/migrations/index.js +6 -0
- package/migrations/index.js.map +1 -0
- package/migrations/migrations_index._auto-generated_.d.ts +0 -0
- package/migrations/migrations_index._auto-generated_.js +4 -0
- package/migrations/migrations_index._auto-generated_.js.map +1 -0
- package/package.json +4 -4
- package/taon.jsonc +50 -50
- package/tmp-environment.json +32 -29
- package/websql/README.md +24 -24
package/README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
# INCREMENTAL COMPILER
|
2
|
-
|
3
|
-
A library for any kind of incremental compilers and file watchers, based on the excellent Chokidar.
|
4
|
-
|
5
|
-
## Example Use Case
|
6
|
-
|
7
|
-
You want to call a specific function for each file in your "src" folder within your project.
|
8
|
-
After calling this function for each file, you set up watchers on those files. For each change in a file in "src," the function is called again for that particular file.
|
9
|
-
|
1
|
+
# INCREMENTAL COMPILER
|
2
|
+
|
3
|
+
A library for any kind of incremental compilers and file watchers, based on the excellent Chokidar.
|
4
|
+
|
5
|
+
## Example Use Case
|
6
|
+
|
7
|
+
You want to call a specific function for each file in your "src" folder within your project.
|
8
|
+
After calling this function for each file, you set up watchers on those files. For each change in a file in "src," the function is called again for that particular file.
|
9
|
+
|
@@ -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 (incremental-compiler@18.0.
|
3
|
+
Assets from this folder are being shipped with this npm package (incremental-compiler@18.0.16)
|
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.
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './migrations_index._auto-generated_';
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,aAAa;AACb,8EAAoD"}
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
|
package/package.json
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
]
|
49
49
|
},
|
50
50
|
"name": "incremental-compiler",
|
51
|
-
"version": "18.0.
|
51
|
+
"version": "18.0.16",
|
52
52
|
"license": "MIT",
|
53
53
|
"dependencies": {
|
54
54
|
"@types/chokidar": "2.1.3",
|
@@ -59,10 +59,10 @@
|
|
59
59
|
"dateformat": "3.0.3",
|
60
60
|
"fs-extra": "8.1.0",
|
61
61
|
"glob": "7.1.2",
|
62
|
-
"tnp-core": "~18.0.
|
62
|
+
"tnp-core": "~18.0.42"
|
63
63
|
},
|
64
64
|
"private": false,
|
65
|
-
"lastBuildTagHash": "
|
65
|
+
"lastBuildTagHash": "5a13a64552667a82d97199677383bfe1799c74f4",
|
66
66
|
"devDependencies": {},
|
67
|
-
"main": "
|
67
|
+
"main": "index.js"
|
68
68
|
}
|
package/taon.jsonc
CHANGED
@@ -1,50 +1,50 @@
|
|
1
|
-
{
|
2
|
-
"resources": ["README.md"],
|
3
|
-
|
4
|
-
"overrided": {
|
5
|
-
"ignoreDepsPattern": [],
|
6
|
-
"includeAsDev": [],
|
7
|
-
|
8
|
-
"includeOnly": [
|
9
|
-
"@types/glob",
|
10
|
-
"glob",
|
11
|
-
"fs-extra",
|
12
|
-
"@types/fs-extra",
|
13
|
-
"chokidar",
|
14
|
-
"@types/chokidar",
|
15
|
-
"dateformat",
|
16
|
-
"@types/dateformat",
|
17
|
-
"tnp-core"
|
18
|
-
],
|
19
|
-
|
20
|
-
"dependencies": {},
|
21
|
-
"linkedFolders": [],
|
22
|
-
"npmFixes": []
|
23
|
-
},
|
24
|
-
|
25
|
-
"smartContainerBuildTarget": "",
|
26
|
-
"linkedRepos": [],
|
27
|
-
|
28
|
-
"libReleaseOptions": {
|
29
|
-
"nodts": false,
|
30
|
-
"obscure": false,
|
31
|
-
"ugly": false,
|
32
|
-
"includeNodeModules": false,
|
33
|
-
"cliBuildNoDts": false,
|
34
|
-
"cliBuildObscure": false,
|
35
|
-
"cliBuildIncludeNodeModules": false,
|
36
|
-
"cliBuildUglify": false
|
37
|
-
},
|
38
|
-
|
39
|
-
"smartContainerTarget": "",
|
40
|
-
"type": "isomorphic-lib",
|
41
|
-
"isCoreProject": false,
|
42
|
-
"useFramework": false,
|
43
|
-
"version": "v18",
|
44
|
-
"isGenerated": false,
|
45
|
-
"license": "MIT",
|
46
|
-
"private": false,
|
47
|
-
"main": "index.js",
|
48
|
-
"workerPlugins": {},
|
49
|
-
"additionalNpmNames": ["taon-incremental-watcher"]
|
50
|
-
}
|
1
|
+
{
|
2
|
+
"resources": ["README.md"],
|
3
|
+
|
4
|
+
"overrided": {
|
5
|
+
"ignoreDepsPattern": [],
|
6
|
+
"includeAsDev": [],
|
7
|
+
|
8
|
+
"includeOnly": [
|
9
|
+
"@types/glob",
|
10
|
+
"glob",
|
11
|
+
"fs-extra",
|
12
|
+
"@types/fs-extra",
|
13
|
+
"chokidar",
|
14
|
+
"@types/chokidar",
|
15
|
+
"dateformat",
|
16
|
+
"@types/dateformat",
|
17
|
+
"tnp-core"
|
18
|
+
],
|
19
|
+
|
20
|
+
"dependencies": {},
|
21
|
+
"linkedFolders": [],
|
22
|
+
"npmFixes": []
|
23
|
+
},
|
24
|
+
|
25
|
+
"smartContainerBuildTarget": "",
|
26
|
+
"linkedRepos": [],
|
27
|
+
|
28
|
+
"libReleaseOptions": {
|
29
|
+
"nodts": false,
|
30
|
+
"obscure": false,
|
31
|
+
"ugly": false,
|
32
|
+
"includeNodeModules": false,
|
33
|
+
"cliBuildNoDts": false,
|
34
|
+
"cliBuildObscure": false,
|
35
|
+
"cliBuildIncludeNodeModules": false,
|
36
|
+
"cliBuildUglify": false
|
37
|
+
},
|
38
|
+
|
39
|
+
"smartContainerTarget": "",
|
40
|
+
"type": "isomorphic-lib",
|
41
|
+
"isCoreProject": false,
|
42
|
+
"useFramework": false,
|
43
|
+
"version": "v18",
|
44
|
+
"isGenerated": false,
|
45
|
+
"license": "MIT",
|
46
|
+
"private": false,
|
47
|
+
"main": "index.js",
|
48
|
+
"workerPlugins": {},
|
49
|
+
"additionalNpmNames": ["taon-incremental-watcher"]
|
50
|
+
}
|
package/tmp-environment.json
CHANGED
@@ -52,7 +52,7 @@
|
|
52
52
|
]
|
53
53
|
},
|
54
54
|
"name": "incremental-compiler",
|
55
|
-
"version": "18.0.
|
55
|
+
"version": "18.0.16",
|
56
56
|
"license": "MIT",
|
57
57
|
"dependencies": {
|
58
58
|
"@types/chokidar": "2.1.3",
|
@@ -63,10 +63,10 @@
|
|
63
63
|
"dateformat": "3.0.3",
|
64
64
|
"fs-extra": "8.1.0",
|
65
65
|
"glob": "7.1.2",
|
66
|
-
"tnp-core": "~18.0.
|
66
|
+
"tnp-core": "~18.0.42"
|
67
67
|
},
|
68
68
|
"private": false,
|
69
|
-
"lastBuildTagHash": "
|
69
|
+
"lastBuildTagHash": "5a13a64552667a82d97199677383bfe1799c74f4",
|
70
70
|
"devDependencies": {
|
71
71
|
"@angular-builders/custom-webpack": "~18.0.0",
|
72
72
|
"@angular-devkit/build-angular": "~18.1.4",
|
@@ -175,6 +175,7 @@
|
|
175
175
|
"command-exists": "1.2.2",
|
176
176
|
"compression": "1.7.4",
|
177
177
|
"concurrently": "8.2.2",
|
178
|
+
"console-png": "1.2.1",
|
178
179
|
"content-type": "1.0.5",
|
179
180
|
"conventional-changelog-cli": "5.0.0",
|
180
181
|
"cookie-parser": "1.4.6",
|
@@ -222,13 +223,13 @@
|
|
222
223
|
"image-focus": "1.2.1",
|
223
224
|
"immer": "10.0.2",
|
224
225
|
"immutable": "4.3.7",
|
225
|
-
"incremental-compiler": "~18.0.
|
226
|
+
"incremental-compiler": "~18.0.15",
|
226
227
|
"inquirer": "7.3.3",
|
227
228
|
"inquirer-autocomplete-prompt": "1.4.0",
|
228
229
|
"inquirer-autocomplete-standalone": "0.8.1",
|
229
230
|
"inquirer-select-pro": "1.0.0-alpha.7",
|
230
231
|
"is-elevated": "3.0.0",
|
231
|
-
"isomorphic-region-loader": "~18.0.
|
232
|
+
"isomorphic-region-loader": "~18.0.15",
|
232
233
|
"istanbul-instrumenter-loader": "3.0.1",
|
233
234
|
"jest": "29.7.0",
|
234
235
|
"jest-date-mock": "1.0.10",
|
@@ -239,8 +240,8 @@
|
|
239
240
|
"joi": "17.13.3",
|
240
241
|
"jscodeshift": "0.6.3",
|
241
242
|
"json-stringify-safe": "5.0.1",
|
242
|
-
"json10": "~18.0.
|
243
|
-
"json10-writer": "~18.0.
|
243
|
+
"json10": "~18.0.15",
|
244
|
+
"json10-writer": "~18.0.15",
|
244
245
|
"json5": "2.2.3",
|
245
246
|
"json5-writer": "0.2.0",
|
246
247
|
"jszip": "3.10.1",
|
@@ -249,9 +250,9 @@
|
|
249
250
|
"localforage": "1.10.0",
|
250
251
|
"lockfile": "1.0.4",
|
251
252
|
"lodash": "4.17.21",
|
252
|
-
"lodash-walk-object": "~18.0.
|
253
|
+
"lodash-walk-object": "~18.0.15",
|
253
254
|
"lowdb": "7.0.1",
|
254
|
-
"magic-renamer": "~18.0.
|
255
|
+
"magic-renamer": "~18.0.15",
|
255
256
|
"material-design-icons": "3.0.1",
|
256
257
|
"method-override": "2.3.10",
|
257
258
|
"minimist": "1.2.8",
|
@@ -262,11 +263,11 @@
|
|
262
263
|
"ng-in-viewport": "16.1.0",
|
263
264
|
"ng-lock": "18.0.1",
|
264
265
|
"ng-packagr": "18.1.0",
|
265
|
-
"ng-talkback": "~18.0.
|
266
|
-
"ng2-logger": "~18.0.
|
266
|
+
"ng-talkback": "~18.0.14",
|
267
|
+
"ng2-logger": "~18.0.17",
|
267
268
|
"ng2-pdfjs-viewer": "18.0.0",
|
268
|
-
"ng2-rest": "~18.0.
|
269
|
-
"ng2-rest-swagger-generator": "18.0.
|
269
|
+
"ng2-rest": "~18.0.15",
|
270
|
+
"ng2-rest-swagger-generator": "18.0.12",
|
270
271
|
"ngx-ace-wrapper": "17.0.0",
|
271
272
|
"ngx-editor": "17.5.4",
|
272
273
|
"ngx-highlightjs": "12.0.0",
|
@@ -280,7 +281,7 @@
|
|
280
281
|
"ngx-scrolltop": "18.0.0",
|
281
282
|
"ngx-store": "3.1.1",
|
282
283
|
"ngx-typed-js": "2.1.1",
|
283
|
-
"node-cli-tester": "~18.0.
|
284
|
+
"node-cli-tester": "~18.0.14",
|
284
285
|
"node-localstorage": "2.1.6",
|
285
286
|
"node-notifier": "10.0.1",
|
286
287
|
"node-polyfill-webpack-plugin": "2.0.1",
|
@@ -311,7 +312,7 @@
|
|
311
312
|
"q": "1.5.1",
|
312
313
|
"rallax.js": "2.0.4",
|
313
314
|
"randomcolor": "0.5.3",
|
314
|
-
"record-replay-req-res-scenario": "~18.0.
|
315
|
+
"record-replay-req-res-scenario": "~18.0.14",
|
315
316
|
"reflect-metadata": "0.2.2",
|
316
317
|
"rimraf": "2.6.2",
|
317
318
|
"rxjs": "~7.8.1",
|
@@ -322,23 +323,25 @@
|
|
322
323
|
"socket.io": "4.7.5",
|
323
324
|
"socket.io-client": "4.7.5",
|
324
325
|
"sort-package-json": "1.11.0",
|
326
|
+
"sql-template-strings": "2.2.2",
|
327
|
+
"sql-template-tag": "5.2.1",
|
325
328
|
"sql.js": "1.8.0",
|
326
|
-
"static-columns": "~18.0.
|
329
|
+
"static-columns": "~18.0.16",
|
327
330
|
"string-similarity": "4.0.4",
|
328
331
|
"sudo-block": "3.0.0",
|
329
332
|
"supertest": "7.0.0",
|
330
333
|
"sweetalert2": "11.7.32",
|
331
334
|
"systeminformation": "3.45.7",
|
332
335
|
"taon": "^18",
|
333
|
-
"taon-storage": "18.0.
|
334
|
-
"taon-type-sql": "18.0.
|
335
|
-
"taon-typeorm": "18.0.
|
336
|
+
"taon-storage": "18.0.24",
|
337
|
+
"taon-type-sql": "18.0.15",
|
338
|
+
"taon-typeorm": "18.0.14",
|
336
339
|
"task.js": "0.1.5",
|
337
340
|
"threads": "1.7.0",
|
338
|
-
"tnp": "~18.0.
|
339
|
-
"tnp-config": "~18.0.
|
340
|
-
"tnp-helpers": "~18.0.
|
341
|
-
"tnp-models": "~18.0.
|
341
|
+
"tnp": "~18.0.15",
|
342
|
+
"tnp-config": "~18.0.17",
|
343
|
+
"tnp-helpers": "~18.0.15",
|
344
|
+
"tnp-models": "~18.0.16",
|
342
345
|
"ts-debug": "1.3.0",
|
343
346
|
"ts-json-schema-generator": "2.3.0-next.5",
|
344
347
|
"ts-loader": "2.3.1",
|
@@ -350,14 +353,14 @@
|
|
350
353
|
"typedoc": "0.26.5",
|
351
354
|
"typedoc-plugin-markdown": "4.2.3",
|
352
355
|
"typescript": "~5.5.4",
|
353
|
-
"typescript-class-helpers": "~18.0.
|
356
|
+
"typescript-class-helpers": "~18.0.16",
|
354
357
|
"typescript-formatter": "~7.2.2",
|
355
358
|
"typescript-string-enums": "~1.0.0",
|
356
359
|
"underscore": "1.13.7",
|
357
360
|
"uuid": "10.0.0",
|
358
361
|
"validator": "13.5.2",
|
359
362
|
"video.js": "8.3.0",
|
360
|
-
"vpn-split": "~18.0.
|
363
|
+
"vpn-split": "~18.0.14",
|
361
364
|
"vscode": "1.1.37",
|
362
365
|
"wait-on": "8.0.1",
|
363
366
|
"watch": "1.0.2",
|
@@ -370,14 +373,14 @@
|
|
370
373
|
"main": "dist/app.electron.js"
|
371
374
|
},
|
372
375
|
"build": {
|
373
|
-
"number":
|
374
|
-
"date": "2024-11-
|
375
|
-
"hash": "
|
376
|
+
"number": 496,
|
377
|
+
"date": "2024-11-25T02:16:49.000Z",
|
378
|
+
"hash": "d6f757b42fb5e62cc3578eb0626881197b9e61f3"
|
376
379
|
},
|
377
380
|
"currentProjectName": "incremental-compiler",
|
378
381
|
"currentProjectGenericName": "incremental-compiler",
|
379
382
|
"currentProjectType": "isomorphic-lib",
|
380
|
-
"currentFrameworkVersion": "18.0.
|
383
|
+
"currentFrameworkVersion": "18.0.17",
|
381
384
|
"isStandaloneProject": true,
|
382
385
|
"isSmartContainer": false,
|
383
386
|
"pathesTsconfig": "\"paths\": {\"incremental-compiler\":[\"./src/lib\"],\"incremental-compiler/*\":[\"./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.
|