isomorphic-region-loader 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/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 +3 -3
- package/taon.jsonc +32 -32
- package/tmp-environment.json +32 -29
- package/websql/README.md +24 -24
|
@@ -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 (isomorphic-region-loader@18.0.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (isomorphic-region-loader@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
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"private": false
|
|
34
34
|
},
|
|
35
35
|
"name": "isomorphic-region-loader",
|
|
36
|
-
"version": "18.0.
|
|
36
|
+
"version": "18.0.16",
|
|
37
37
|
"author": "Dariusz Filipiak @darekf77",
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"devDependencies": {},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"tnp-models": "~18.0.
|
|
41
|
+
"tnp-models": "~18.0.17"
|
|
42
42
|
},
|
|
43
43
|
"private": false,
|
|
44
|
-
"lastBuildTagHash": "
|
|
44
|
+
"lastBuildTagHash": "52b50cf04b2c09f47b48a64b1bf6a506a1093d40",
|
|
45
45
|
"main": "dist/app.electron.js"
|
|
46
46
|
}
|
package/taon.jsonc
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": [],
|
|
3
|
-
|
|
4
|
-
"overrided": {
|
|
5
|
-
"linkedFolders": [],
|
|
6
|
-
"ignoreDepsPattern": ["*"],
|
|
7
|
-
"includeAsDev": [],
|
|
8
|
-
"includeOnly": ["tnp-models"],
|
|
9
|
-
"dependencies": {},
|
|
10
|
-
"npmFixes": []
|
|
11
|
-
},
|
|
12
|
-
|
|
13
|
-
"smartContainerBuildTarget": "",
|
|
14
|
-
"linkedRepos": [],
|
|
15
|
-
|
|
16
|
-
"libReleaseOptions": {
|
|
17
|
-
"nodts": false,
|
|
18
|
-
"obscure": false,
|
|
19
|
-
"ugly": false,
|
|
20
|
-
"includeNodeModules": false,
|
|
21
|
-
"cliBuildNoDts": false,
|
|
22
|
-
"cliBuildObscure": false,
|
|
23
|
-
"cliBuildIncludeNodeModules": false,
|
|
24
|
-
"cliBuildUglify": false
|
|
25
|
-
},
|
|
26
|
-
|
|
27
|
-
"smartContainerTarget": "",
|
|
28
|
-
"license": "MIT",
|
|
29
|
-
"author": "Dariusz Filipiak @darekf77",
|
|
30
|
-
"type": "isomorphic-lib",
|
|
31
|
-
"version": "v18",
|
|
32
|
-
"private": false
|
|
1
|
+
{
|
|
2
|
+
"resources": [],
|
|
3
|
+
|
|
4
|
+
"overrided": {
|
|
5
|
+
"linkedFolders": [],
|
|
6
|
+
"ignoreDepsPattern": ["*"],
|
|
7
|
+
"includeAsDev": [],
|
|
8
|
+
"includeOnly": ["tnp-models"],
|
|
9
|
+
"dependencies": {},
|
|
10
|
+
"npmFixes": []
|
|
11
|
+
},
|
|
12
|
+
|
|
13
|
+
"smartContainerBuildTarget": "",
|
|
14
|
+
"linkedRepos": [],
|
|
15
|
+
|
|
16
|
+
"libReleaseOptions": {
|
|
17
|
+
"nodts": false,
|
|
18
|
+
"obscure": false,
|
|
19
|
+
"ugly": false,
|
|
20
|
+
"includeNodeModules": false,
|
|
21
|
+
"cliBuildNoDts": false,
|
|
22
|
+
"cliBuildObscure": false,
|
|
23
|
+
"cliBuildIncludeNodeModules": false,
|
|
24
|
+
"cliBuildUglify": false
|
|
25
|
+
},
|
|
26
|
+
|
|
27
|
+
"smartContainerTarget": "",
|
|
28
|
+
"license": "MIT",
|
|
29
|
+
"author": "Dariusz Filipiak @darekf77",
|
|
30
|
+
"type": "isomorphic-lib",
|
|
31
|
+
"version": "v18",
|
|
32
|
+
"private": false
|
|
33
33
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"private": false
|
|
38
38
|
},
|
|
39
39
|
"name": "isomorphic-region-loader",
|
|
40
|
-
"version": "18.0.
|
|
40
|
+
"version": "18.0.16",
|
|
41
41
|
"author": "Dariusz Filipiak @darekf77",
|
|
42
42
|
"license": "MIT",
|
|
43
43
|
"devDependencies": {
|
|
@@ -153,6 +153,7 @@
|
|
|
153
153
|
"command-exists": "1.2.2",
|
|
154
154
|
"compression": "1.7.4",
|
|
155
155
|
"concurrently": "8.2.2",
|
|
156
|
+
"console-png": "1.2.1",
|
|
156
157
|
"content-type": "1.0.5",
|
|
157
158
|
"conventional-changelog-cli": "5.0.0",
|
|
158
159
|
"cookie-parser": "1.4.6",
|
|
@@ -203,13 +204,13 @@
|
|
|
203
204
|
"image-focus": "1.2.1",
|
|
204
205
|
"immer": "10.0.2",
|
|
205
206
|
"immutable": "4.3.7",
|
|
206
|
-
"incremental-compiler": "~18.0.
|
|
207
|
+
"incremental-compiler": "~18.0.16",
|
|
207
208
|
"inquirer": "7.3.3",
|
|
208
209
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
209
210
|
"inquirer-autocomplete-standalone": "0.8.1",
|
|
210
211
|
"inquirer-select-pro": "1.0.0-alpha.7",
|
|
211
212
|
"is-elevated": "3.0.0",
|
|
212
|
-
"isomorphic-region-loader": "~18.0.
|
|
213
|
+
"isomorphic-region-loader": "~18.0.15",
|
|
213
214
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
214
215
|
"jest": "29.7.0",
|
|
215
216
|
"jest-date-mock": "1.0.10",
|
|
@@ -220,8 +221,8 @@
|
|
|
220
221
|
"joi": "17.13.3",
|
|
221
222
|
"jscodeshift": "0.6.3",
|
|
222
223
|
"json-stringify-safe": "5.0.1",
|
|
223
|
-
"json10": "~18.0.
|
|
224
|
-
"json10-writer": "~18.0.
|
|
224
|
+
"json10": "~18.0.15",
|
|
225
|
+
"json10-writer": "~18.0.15",
|
|
225
226
|
"json5": "2.2.3",
|
|
226
227
|
"json5-writer": "0.2.0",
|
|
227
228
|
"jszip": "3.10.1",
|
|
@@ -230,9 +231,9 @@
|
|
|
230
231
|
"localforage": "1.10.0",
|
|
231
232
|
"lockfile": "1.0.4",
|
|
232
233
|
"lodash": "4.17.21",
|
|
233
|
-
"lodash-walk-object": "~18.0.
|
|
234
|
+
"lodash-walk-object": "~18.0.15",
|
|
234
235
|
"lowdb": "7.0.1",
|
|
235
|
-
"magic-renamer": "~18.0.
|
|
236
|
+
"magic-renamer": "~18.0.15",
|
|
236
237
|
"material-design-icons": "3.0.1",
|
|
237
238
|
"method-override": "2.3.10",
|
|
238
239
|
"minimist": "1.2.8",
|
|
@@ -243,11 +244,11 @@
|
|
|
243
244
|
"ng-in-viewport": "16.1.0",
|
|
244
245
|
"ng-lock": "18.0.1",
|
|
245
246
|
"ng-packagr": "18.1.0",
|
|
246
|
-
"ng-talkback": "~18.0.
|
|
247
|
-
"ng2-logger": "~18.0.
|
|
247
|
+
"ng-talkback": "~18.0.14",
|
|
248
|
+
"ng2-logger": "~18.0.18",
|
|
248
249
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
249
|
-
"ng2-rest": "~18.0.
|
|
250
|
-
"ng2-rest-swagger-generator": "18.0.
|
|
250
|
+
"ng2-rest": "~18.0.15",
|
|
251
|
+
"ng2-rest-swagger-generator": "18.0.12",
|
|
251
252
|
"ngx-ace-wrapper": "17.0.0",
|
|
252
253
|
"ngx-editor": "17.5.4",
|
|
253
254
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -261,7 +262,7 @@
|
|
|
261
262
|
"ngx-scrolltop": "18.0.0",
|
|
262
263
|
"ngx-store": "3.1.1",
|
|
263
264
|
"ngx-typed-js": "2.1.1",
|
|
264
|
-
"node-cli-tester": "~18.0.
|
|
265
|
+
"node-cli-tester": "~18.0.14",
|
|
265
266
|
"node-localstorage": "2.1.6",
|
|
266
267
|
"node-notifier": "10.0.1",
|
|
267
268
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -292,7 +293,7 @@
|
|
|
292
293
|
"q": "1.5.1",
|
|
293
294
|
"rallax.js": "2.0.4",
|
|
294
295
|
"randomcolor": "0.5.3",
|
|
295
|
-
"record-replay-req-res-scenario": "~18.0.
|
|
296
|
+
"record-replay-req-res-scenario": "~18.0.14",
|
|
296
297
|
"reflect-metadata": "0.2.2",
|
|
297
298
|
"rimraf": "2.6.2",
|
|
298
299
|
"rxjs": "~7.8.1",
|
|
@@ -303,23 +304,25 @@
|
|
|
303
304
|
"socket.io": "4.7.5",
|
|
304
305
|
"socket.io-client": "4.7.5",
|
|
305
306
|
"sort-package-json": "1.11.0",
|
|
307
|
+
"sql-template-strings": "2.2.2",
|
|
308
|
+
"sql-template-tag": "5.2.1",
|
|
306
309
|
"sql.js": "1.8.0",
|
|
307
|
-
"static-columns": "~18.0.
|
|
310
|
+
"static-columns": "~18.0.16",
|
|
308
311
|
"string-similarity": "4.0.4",
|
|
309
312
|
"sudo-block": "3.0.0",
|
|
310
313
|
"supertest": "7.0.0",
|
|
311
314
|
"sweetalert2": "11.7.32",
|
|
312
315
|
"systeminformation": "3.45.7",
|
|
313
316
|
"taon": "^18",
|
|
314
|
-
"taon-storage": "18.0.
|
|
315
|
-
"taon-type-sql": "18.0.
|
|
316
|
-
"taon-typeorm": "18.0.
|
|
317
|
+
"taon-storage": "18.0.24",
|
|
318
|
+
"taon-type-sql": "18.0.15",
|
|
319
|
+
"taon-typeorm": "18.0.14",
|
|
317
320
|
"task.js": "0.1.5",
|
|
318
321
|
"threads": "1.7.0",
|
|
319
|
-
"tnp": "~18.0.
|
|
320
|
-
"tnp-config": "~18.0.
|
|
321
|
-
"tnp-core": "~18.0.
|
|
322
|
-
"tnp-helpers": "~18.0.
|
|
322
|
+
"tnp": "~18.0.15",
|
|
323
|
+
"tnp-config": "~18.0.18",
|
|
324
|
+
"tnp-core": "~18.0.42",
|
|
325
|
+
"tnp-helpers": "~18.0.15",
|
|
323
326
|
"ts-debug": "1.3.0",
|
|
324
327
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
325
328
|
"ts-loader": "2.3.1",
|
|
@@ -331,14 +334,14 @@
|
|
|
331
334
|
"typedoc": "0.26.5",
|
|
332
335
|
"typedoc-plugin-markdown": "4.2.3",
|
|
333
336
|
"typescript": "~5.5.4",
|
|
334
|
-
"typescript-class-helpers": "~18.0.
|
|
337
|
+
"typescript-class-helpers": "~18.0.17",
|
|
335
338
|
"typescript-formatter": "~7.2.2",
|
|
336
339
|
"typescript-string-enums": "~1.0.0",
|
|
337
340
|
"underscore": "1.13.7",
|
|
338
341
|
"uuid": "10.0.0",
|
|
339
342
|
"validator": "13.5.2",
|
|
340
343
|
"video.js": "8.3.0",
|
|
341
|
-
"vpn-split": "~18.0.
|
|
344
|
+
"vpn-split": "~18.0.14",
|
|
342
345
|
"vscode": "1.1.37",
|
|
343
346
|
"wait-on": "8.0.1",
|
|
344
347
|
"watch": "1.0.2",
|
|
@@ -349,21 +352,21 @@
|
|
|
349
352
|
"zone.js": "~0.13.0"
|
|
350
353
|
},
|
|
351
354
|
"dependencies": {
|
|
352
|
-
"tnp-models": "~18.0.
|
|
355
|
+
"tnp-models": "~18.0.17"
|
|
353
356
|
},
|
|
354
357
|
"private": false,
|
|
355
|
-
"lastBuildTagHash": "
|
|
358
|
+
"lastBuildTagHash": "52b50cf04b2c09f47b48a64b1bf6a506a1093d40",
|
|
356
359
|
"main": "dist/app.electron.js"
|
|
357
360
|
},
|
|
358
361
|
"build": {
|
|
359
|
-
"number":
|
|
360
|
-
"date": "2024-11-
|
|
361
|
-
"hash": "
|
|
362
|
+
"number": 237,
|
|
363
|
+
"date": "2024-11-25T02:19:31.000Z",
|
|
364
|
+
"hash": "f51d492fc365ead1aeb6982b4ff67d098e4bb5b6"
|
|
362
365
|
},
|
|
363
366
|
"currentProjectName": "isomorphic-region-loader",
|
|
364
367
|
"currentProjectGenericName": "isomorphic-region-loader",
|
|
365
368
|
"currentProjectType": "isomorphic-lib",
|
|
366
|
-
"currentFrameworkVersion": "18.0.
|
|
369
|
+
"currentFrameworkVersion": "18.0.17",
|
|
367
370
|
"isStandaloneProject": true,
|
|
368
371
|
"isSmartContainer": false,
|
|
369
372
|
"pathesTsconfig": "\"paths\": {\"isomorphic-region-loader\":[\"./src/lib\"],\"isomorphic-region-loader/*\":[\"./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.
|