Skip to content

Commit e553ce0

Browse files
committed
Pipe added
1 parent c302c4d commit e553ce0

12 files changed

+6966
-473
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+
"pipe-function": {
7+
"projectType": "library",
8+
"root": "projects/pipe-function",
9+
"sourceRoot": "projects/pipe-function/src",
10+
"prefix": "lib",
11+
"architect": {
12+
"build": {
13+
"builder": "@angular-devkit/build-angular:ng-packagr",
14+
"options": {
15+
"project": "projects/pipe-function/ng-package.json"
16+
},
17+
"configurations": {
18+
"production": {
19+
"tsConfig": "projects/pipe-function/tsconfig.lib.prod.json"
20+
},
21+
"development": {
22+
"tsConfig": "projects/pipe-function/tsconfig.lib.json"
23+
}
24+
},
25+
"defaultConfiguration": "production"
26+
},
27+
"test": {
28+
"builder": "@angular-devkit/build-angular:karma",
29+
"options": {
30+
"tsConfig": "projects/pipe-function/tsconfig.spec.json",
31+
"polyfills": [
32+
"zone.js",
33+
"zone.js/testing"
34+
]
35+
}
36+
}
37+
}
38+
}
639
}
740
}

0 commit comments

Comments
 (0)