incremental-compiler 16.444.6 → 16.444.8

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,13 +1,13 @@
1
- # INCREMENTAL COMPILER
2
-
3
- - lib for any kind incremental compilers, files watchers..
4
- - based on excellent https://github.com/paulmillr/chokidar
5
-
6
- ## Example use case
7
-
8
- - You want to call some function for each file in you folder "src" in you project.
9
- - After you call this function for each file... you are watching this files and
10
- for each file change in "src", you are calling again function for this particular file
11
-
12
-
13
- ### If you have many "files watchers" with "increamntal-compiler" you can create scenario ( IncCompiler.init(...) ) and prevent any kind of "race coditions"
1
+ # INCREMENTAL COMPILER
2
+
3
+ - lib for any kind incremental compilers, files watchers..
4
+ - based on excellent https://github.com/paulmillr/chokidar
5
+
6
+ ## Example use case
7
+
8
+ - You want to call some function for each file in you folder "src" in you project.
9
+ - After you call this function for each file... you are watching this files and
10
+ for each file change in "src", you are calling again function for this particular file
11
+
12
+
13
+ ### If you have many "files watchers" with "increamntal-compiler" you can create scenario ( IncCompiler.init(...) ) and prevent any kind of "race coditions"
@@ -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@16.444.6)
3
+ Assets from this folder are being shipped with this npm package (incremental-compiler@16.444.8)
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.
@@ -49,7 +49,7 @@
49
49
  ]
50
50
  },
51
51
  "name": "incremental-compiler",
52
- "version": "16.444.6",
52
+ "version": "16.444.8",
53
53
  "license": "MIT",
54
54
  "dependencies": {
55
55
  "@types/chokidar": "2.1.3",
@@ -60,11 +60,11 @@
60
60
  "dateformat": "3.0.3",
61
61
  "fs-extra": "8.1.0",
62
62
  "glob": "7.1.2",
63
- "tnp-helpers": "16.444.6",
64
- "typescript-class-helpers": "~16.444.5"
63
+ "tnp-helpers": "16.444.8",
64
+ "typescript-class-helpers": "~16.444.7"
65
65
  },
66
66
  "private": false,
67
- "lastBuildTagHash": "2ddaa80f13ee6253b115346c009317539df5f2d9",
67
+ "lastBuildTagHash": "c8d818c038dc9ec1d8846bab26b4f24ee515f06b",
68
68
  "devDependencies": {
69
69
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
70
70
  "@angular-devkit/build-angular": "~16.0.5",
@@ -147,7 +147,7 @@
147
147
  "angular-material-css-vars": "5.0.2",
148
148
  "angular-resize-event": "3.2.0",
149
149
  "animate.css": "4.1.1 ",
150
- "any-project-cli": "16.444.4",
150
+ "any-project-cli": "16.444.6",
151
151
  "app-root-path": "3.0.0",
152
152
  "axios": "1.3.5",
153
153
  "background-worker-process": "16.100.10",
@@ -201,12 +201,12 @@
201
201
  "file-saver": "2.0.5",
202
202
  "file-type": "18.5.0",
203
203
  "firedev": "^16",
204
- "firedev-crud": "16.444.4",
205
- "firedev-crud-deamon": "16.444.4",
206
- "firedev-ports": "16.444.4",
207
- "firedev-storage": "16.444.4",
208
- "firedev-type-sql": "16.444.4",
209
- "firedev-typeorm": "16.444.4",
204
+ "firedev-crud": "16.444.6",
205
+ "firedev-crud-deamon": "16.444.6",
206
+ "firedev-ports": "16.444.6",
207
+ "firedev-storage": "16.444.5",
208
+ "firedev-type-sql": "16.444.6",
209
+ "firedev-typeorm": "16.444.5",
210
210
  "firedev-ui": "16.444.1",
211
211
  "fkill": "6.1.0",
212
212
  "font-awesome": "4.7.0",
@@ -223,11 +223,11 @@
223
223
  "image-focus": "1.2.1",
224
224
  "immer": "10.0.2",
225
225
  "immutable": "4.3.0",
226
- "incremental-compiler": "16.444.5",
226
+ "incremental-compiler": "16.444.7",
227
227
  "inquirer": "7.3.3",
228
228
  "inquirer-autocomplete-prompt": "1.3.0",
229
229
  "is-elevated": "3.0.0",
230
- "isomorphic-region-loader": "16.444.4",
230
+ "isomorphic-region-loader": "16.444.6",
231
231
  "istanbul-instrumenter-loader": "2.0.0",
232
232
  "jest": "29.5.0",
233
233
  "jest-date-mock": "1.0.8",
@@ -238,8 +238,8 @@
238
238
  "joi": "17.9.2",
239
239
  "jscodeshift": "0.6.3",
240
240
  "json-stringify-safe": "5.0.1",
241
- "json10": "16.444.4",
242
- "json10-writer": "16.444.5",
241
+ "json10": "16.444.6",
242
+ "json10-writer": "16.444.7",
243
243
  "json5": "2.2.1",
244
244
  "json5-writer": "0.2.0",
245
245
  "jszip": "3.10.1",
@@ -248,9 +248,9 @@
248
248
  "localforage": "1.10.0",
249
249
  "lockfile": "1.0.4",
250
250
  "lodash": "4.17.20",
251
- "lodash-walk-object": "16.444.3",
251
+ "lodash-walk-object": "16.444.5",
252
252
  "lowdb": "7.0.1",
253
- "magic-renamer": "16.444.3",
253
+ "magic-renamer": "16.444.5",
254
254
  "material-design-icons": "3.0.1",
255
255
  "method-override": "2.3.10",
256
256
  "minimist": "1.2.0",
@@ -262,9 +262,9 @@
262
262
  "ng-lock": "16.0.1",
263
263
  "ng-packagr": "16.0.1",
264
264
  "ng-talkback": "16.444.1",
265
- "ng2-logger": "16.444.5",
265
+ "ng2-logger": "16.444.7",
266
266
  "ng2-pdfjs-viewer": "16.0.4",
267
- "ng2-rest": "16.444.3",
267
+ "ng2-rest": "16.444.5",
268
268
  "ngx-ace-wrapper": "14.0.0",
269
269
  "ngx-editor": "15.3.0",
270
270
  "ngx-highlightjs": "9.0.0",
@@ -314,7 +314,8 @@
314
314
  "simple-git": "1.96.0",
315
315
  "sinon": "15.2.0",
316
316
  "sloc": "0.2.0",
317
- "socket.io": "2.4.1",
317
+ "socket.io": "4.7.5",
318
+ "socket.io-client": "4.7.5",
318
319
  "sort-package-json": "1.11.0",
319
320
  "sql.js": "1.8.0",
320
321
  "static-columns": "16.444.3",
@@ -326,10 +327,10 @@
326
327
  "task.js": "0.1.5",
327
328
  "threads": "1.7.0",
328
329
  "tnp-cli": "16.444.1",
329
- "tnp-config": "16.444.5",
330
- "tnp-core": "16.444.6",
331
- "tnp-db": "16.444.3",
332
- "tnp-models": "16.444.5",
330
+ "tnp-config": "16.444.7",
331
+ "tnp-core": "16.444.8",
332
+ "tnp-db": "16.444.5",
333
+ "tnp-models": "16.444.7",
333
334
  "ts-debug": "1.3.0",
334
335
  "ts-json-schema-generator": "2.1.1",
335
336
  "ts-loader": "2.3.1",
package/firedev.jsonc CHANGED
@@ -1,57 +1,57 @@
1
- {
2
- "resources": [
3
- "README.md"
4
- ],
5
-
6
- "overrided": {
7
- "ignoreDepsPattern": [],
8
- "includeAsDev": [],
9
-
10
- "includeOnly": [
11
- "@types/glob",
12
- "glob",
13
- "fs-extra",
14
- "@types/fs-extra",
15
- "chokidar",
16
- "@types/chokidar",
17
- "dateformat",
18
- "@types/dateformat",
19
- "typescript-class-helpers",
20
- "tnp-helpers",
21
- // "@parcel/watcher",
22
- ],
23
-
24
- "dependencies": {},
25
- "linkedFolders": [],
26
- "npmFixes": [],
27
- },
28
-
29
- "smartContainerBuildTarget": "",
30
- "linkedRepos": [],
31
-
32
- "libReleaseOptions": {
33
- "nodts": false,
34
- "obscure": false,
35
- "ugly": false,
36
- "includeNodeModules": false,
37
- "cliBuildNoDts": false,
38
- "cliBuildObscure": false,
39
- "cliBuildIncludeNodeModules": false,
40
- "cliBuildUglify": false,
41
- },
42
-
43
- "smartContainerTarget": "",
44
- "type": "isomorphic-lib",
45
- "isCoreProject": false,
46
- "useFramework": false,
47
- "version": "v16",
48
- "isGenerated": false,
49
- "license": "MIT",
50
- "private": false,
51
- "main": "index.js",
52
- "workerPlugins": {},
53
-
54
- "additionalNpmNames": [
55
- "firedev-incremental-watcher"
56
- ],
1
+ {
2
+ "resources": [
3
+ "README.md"
4
+ ],
5
+
6
+ "overrided": {
7
+ "ignoreDepsPattern": [],
8
+ "includeAsDev": [],
9
+
10
+ "includeOnly": [
11
+ "@types/glob",
12
+ "glob",
13
+ "fs-extra",
14
+ "@types/fs-extra",
15
+ "chokidar",
16
+ "@types/chokidar",
17
+ "dateformat",
18
+ "@types/dateformat",
19
+ "typescript-class-helpers",
20
+ "tnp-helpers",
21
+ // "@parcel/watcher",
22
+ ],
23
+
24
+ "dependencies": {},
25
+ "linkedFolders": [],
26
+ "npmFixes": [],
27
+ },
28
+
29
+ "smartContainerBuildTarget": "",
30
+ "linkedRepos": [],
31
+
32
+ "libReleaseOptions": {
33
+ "nodts": false,
34
+ "obscure": false,
35
+ "ugly": false,
36
+ "includeNodeModules": false,
37
+ "cliBuildNoDts": false,
38
+ "cliBuildObscure": false,
39
+ "cliBuildIncludeNodeModules": false,
40
+ "cliBuildUglify": false,
41
+ },
42
+
43
+ "smartContainerTarget": "",
44
+ "type": "isomorphic-lib",
45
+ "isCoreProject": false,
46
+ "useFramework": false,
47
+ "version": "v16",
48
+ "isGenerated": false,
49
+ "license": "MIT",
50
+ "private": false,
51
+ "main": "index.js",
52
+ "workerPlugins": {},
53
+
54
+ "additionalNpmNames": [
55
+ "firedev-incremental-watcher"
56
+ ],
57
57
  }
@@ -0,0 +1 @@
1
+ export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BUILD_FRAMEWORK_CLI_NAME = void 0;
4
+ exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
5
+ //# sourceMappingURL=build-info._auto-generated_.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AACa,QAAA,wBAAwB,GAAG,KAAK,CAAC"}
package/package.json CHANGED
@@ -49,7 +49,7 @@
49
49
  ]
50
50
  },
51
51
  "name": "incremental-compiler",
52
- "version": "16.444.6",
52
+ "version": "16.444.8",
53
53
  "license": "MIT",
54
54
  "dependencies": {
55
55
  "@types/chokidar": "2.1.3",
@@ -60,11 +60,11 @@
60
60
  "dateformat": "3.0.3",
61
61
  "fs-extra": "8.1.0",
62
62
  "glob": "7.1.2",
63
- "tnp-helpers": "16.444.6",
64
- "typescript-class-helpers": "~16.444.5"
63
+ "tnp-helpers": "16.444.8",
64
+ "typescript-class-helpers": "~16.444.7"
65
65
  },
66
66
  "private": false,
67
- "lastBuildTagHash": "2ddaa80f13ee6253b115346c009317539df5f2d9",
67
+ "lastBuildTagHash": "c8d818c038dc9ec1d8846bab26b4f24ee515f06b",
68
68
  "devDependencies": {},
69
69
  "main": "index.js"
70
70
  }
@@ -53,7 +53,7 @@
53
53
  ]
54
54
  },
55
55
  "name": "incremental-compiler",
56
- "version": "16.444.6",
56
+ "version": "16.444.8",
57
57
  "license": "MIT",
58
58
  "dependencies": {
59
59
  "@types/chokidar": "2.1.3",
@@ -64,11 +64,11 @@
64
64
  "dateformat": "3.0.3",
65
65
  "fs-extra": "8.1.0",
66
66
  "glob": "7.1.2",
67
- "tnp-helpers": "16.444.6",
68
- "typescript-class-helpers": "~16.444.5"
67
+ "tnp-helpers": "16.444.8",
68
+ "typescript-class-helpers": "~16.444.7"
69
69
  },
70
70
  "private": false,
71
- "lastBuildTagHash": "2ddaa80f13ee6253b115346c009317539df5f2d9",
71
+ "lastBuildTagHash": "c8d818c038dc9ec1d8846bab26b4f24ee515f06b",
72
72
  "devDependencies": {
73
73
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
74
74
  "@angular-devkit/build-angular": "~16.0.5",
@@ -151,7 +151,7 @@
151
151
  "angular-material-css-vars": "5.0.2",
152
152
  "angular-resize-event": "3.2.0",
153
153
  "animate.css": "4.1.1 ",
154
- "any-project-cli": "16.444.4",
154
+ "any-project-cli": "16.444.6",
155
155
  "app-root-path": "3.0.0",
156
156
  "axios": "1.3.5",
157
157
  "background-worker-process": "16.100.10",
@@ -205,12 +205,12 @@
205
205
  "file-saver": "2.0.5",
206
206
  "file-type": "18.5.0",
207
207
  "firedev": "^16",
208
- "firedev-crud": "16.444.4",
209
- "firedev-crud-deamon": "16.444.4",
210
- "firedev-ports": "16.444.4",
211
- "firedev-storage": "16.444.4",
212
- "firedev-type-sql": "16.444.4",
213
- "firedev-typeorm": "16.444.4",
208
+ "firedev-crud": "16.444.6",
209
+ "firedev-crud-deamon": "16.444.6",
210
+ "firedev-ports": "16.444.6",
211
+ "firedev-storage": "16.444.5",
212
+ "firedev-type-sql": "16.444.6",
213
+ "firedev-typeorm": "16.444.5",
214
214
  "firedev-ui": "16.444.1",
215
215
  "fkill": "6.1.0",
216
216
  "font-awesome": "4.7.0",
@@ -227,11 +227,11 @@
227
227
  "image-focus": "1.2.1",
228
228
  "immer": "10.0.2",
229
229
  "immutable": "4.3.0",
230
- "incremental-compiler": "16.444.5",
230
+ "incremental-compiler": "16.444.7",
231
231
  "inquirer": "7.3.3",
232
232
  "inquirer-autocomplete-prompt": "1.3.0",
233
233
  "is-elevated": "3.0.0",
234
- "isomorphic-region-loader": "16.444.4",
234
+ "isomorphic-region-loader": "16.444.6",
235
235
  "istanbul-instrumenter-loader": "2.0.0",
236
236
  "jest": "29.5.0",
237
237
  "jest-date-mock": "1.0.8",
@@ -242,8 +242,8 @@
242
242
  "joi": "17.9.2",
243
243
  "jscodeshift": "0.6.3",
244
244
  "json-stringify-safe": "5.0.1",
245
- "json10": "16.444.4",
246
- "json10-writer": "16.444.5",
245
+ "json10": "16.444.6",
246
+ "json10-writer": "16.444.7",
247
247
  "json5": "2.2.1",
248
248
  "json5-writer": "0.2.0",
249
249
  "jszip": "3.10.1",
@@ -252,9 +252,9 @@
252
252
  "localforage": "1.10.0",
253
253
  "lockfile": "1.0.4",
254
254
  "lodash": "4.17.20",
255
- "lodash-walk-object": "16.444.3",
255
+ "lodash-walk-object": "16.444.5",
256
256
  "lowdb": "7.0.1",
257
- "magic-renamer": "16.444.3",
257
+ "magic-renamer": "16.444.5",
258
258
  "material-design-icons": "3.0.1",
259
259
  "method-override": "2.3.10",
260
260
  "minimist": "1.2.0",
@@ -266,9 +266,9 @@
266
266
  "ng-lock": "16.0.1",
267
267
  "ng-packagr": "16.0.1",
268
268
  "ng-talkback": "16.444.1",
269
- "ng2-logger": "16.444.5",
269
+ "ng2-logger": "16.444.7",
270
270
  "ng2-pdfjs-viewer": "16.0.4",
271
- "ng2-rest": "16.444.3",
271
+ "ng2-rest": "16.444.5",
272
272
  "ngx-ace-wrapper": "14.0.0",
273
273
  "ngx-editor": "15.3.0",
274
274
  "ngx-highlightjs": "9.0.0",
@@ -318,7 +318,8 @@
318
318
  "simple-git": "1.96.0",
319
319
  "sinon": "15.2.0",
320
320
  "sloc": "0.2.0",
321
- "socket.io": "2.4.1",
321
+ "socket.io": "4.7.5",
322
+ "socket.io-client": "4.7.5",
322
323
  "sort-package-json": "1.11.0",
323
324
  "sql.js": "1.8.0",
324
325
  "static-columns": "16.444.3",
@@ -330,10 +331,10 @@
330
331
  "task.js": "0.1.5",
331
332
  "threads": "1.7.0",
332
333
  "tnp-cli": "16.444.1",
333
- "tnp-config": "16.444.5",
334
- "tnp-core": "16.444.6",
335
- "tnp-db": "16.444.3",
336
- "tnp-models": "16.444.5",
334
+ "tnp-config": "16.444.7",
335
+ "tnp-core": "16.444.8",
336
+ "tnp-db": "16.444.5",
337
+ "tnp-models": "16.444.7",
337
338
  "ts-debug": "1.3.0",
338
339
  "ts-json-schema-generator": "2.1.1",
339
340
  "ts-loader": "2.3.1",
@@ -359,17 +360,17 @@
359
360
  "yup": "1.1.1",
360
361
  "zone.js": "~0.13.0"
361
362
  },
362
- "main": "index.js"
363
+ "main": "dist/app.electron.js"
363
364
  },
364
365
  "build": {
365
- "number": 456,
366
- "date": "2024-06-23T10:51:52.000Z",
367
- "hash": "f69b5f7161744e7fac897152b044fcd3f0a34531"
366
+ "number": 458,
367
+ "date": "2024-06-29T15:09:08.000Z",
368
+ "hash": "8522c236a46596978a326e93b1d8087d46e64d69"
368
369
  },
369
370
  "currentProjectName": "incremental-compiler",
370
371
  "currentProjectGenericName": "incremental-compiler",
371
372
  "currentProjectType": "isomorphic-lib",
372
- "currentFrameworkVersion": "16.444.4",
373
+ "currentFrameworkVersion": "16.444.7",
373
374
  "isStandaloneProject": true,
374
375
  "isSmartContainer": false,
375
376
  "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.