Skip to content

Commit 32ff366

Browse files
committed
feat: initialize
1 parent 932416f commit 32ff366

12 files changed

+7573
-667
lines changed

angular.json

+33
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,38 @@
33
"version": 1,
44
"newProjectRoot": "projects",
55
"projects": {
6+
"ngx-lazy-directive": {
7+
"projectType": "library",
8+
"root": "projects/ngx-lazy-directive",
9+
"sourceRoot": "projects/ngx-lazy-directive/src",
10+
"prefix": "lib",
11+
"architect": {
12+
"build": {
13+
"builder": "@angular-devkit/build-angular:ng-packagr",
14+
"options": {
15+
"project": "projects/ngx-lazy-directive/ng-package.json"
16+
},
17+
"configurations": {
18+
"production": {
19+
"tsConfig": "projects/ngx-lazy-directive/tsconfig.lib.prod.json"
20+
},
21+
"development": {
22+
"tsConfig": "projects/ngx-lazy-directive/tsconfig.lib.json"
23+
}
24+
},
25+
"defaultConfiguration": "production"
26+
},
27+
"test": {
28+
"builder": "@angular-devkit/build-angular:karma",
29+
"options": {
30+
"tsConfig": "projects/ngx-lazy-directive/tsconfig.spec.json",
31+
"polyfills": [
32+
"zone.js",
33+
"zone.js/testing"
34+
]
35+
}
36+
}
37+
}
38+
}
639
}
740
}

0 commit comments

Comments
 (0)