Skip to content

Commit edfda28

Browse files
committed
First commit
1 parent d143f2b commit edfda28

20 files changed

+881
-501
lines changed

angular.json

+31
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,37 @@
100100
}
101101
}
102102
}
103+
},
104+
"countdown-timer": {
105+
"projectType": "library",
106+
"root": "projects/countdown-timer",
107+
"sourceRoot": "projects/countdown-timer/src",
108+
"prefix": "ctimer",
109+
"architect": {
110+
"build": {
111+
"builder": "@angular-devkit/build-angular:ng-packagr",
112+
"options": {
113+
"project": "projects/countdown-timer/ng-package.json"
114+
},
115+
"configurations": {
116+
"production": {
117+
"tsConfig": "projects/countdown-timer/tsconfig.lib.prod.json"
118+
},
119+
"development": {
120+
"tsConfig": "projects/countdown-timer/tsconfig.lib.json"
121+
}
122+
},
123+
"defaultConfiguration": "production"
124+
},
125+
"test": {
126+
"builder": "@angular-devkit/build-angular:karma",
127+
"options": {
128+
"main": "projects/countdown-timer/src/test.ts",
129+
"tsConfig": "projects/countdown-timer/tsconfig.spec.json",
130+
"karmaConfig": "projects/countdown-timer/karma.conf.js"
131+
}
132+
}
133+
}
103134
}
104135
},
105136
"defaultProject": "ctimer"

0 commit comments

Comments
 (0)