Skip to content

Commit 4809bd5

Browse files
committed
chore(angular): Update project with angular-cli 9.1.7 defaults
1 parent fa0dcc8 commit 4809bd5

File tree

3 files changed

+743
-809
lines changed

3 files changed

+743
-809
lines changed

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"projectType": "library",
99
"schematics": {
1010
"@schematics/angular:component": {
11-
"styleext": "scss"
11+
"style": "scss"
1212
}
1313
},
1414
"architect": {

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@
3737
"bugs": {
3838
"url": "https://github.com/mpalourdio/ng-http-loader/issues"
3939
},
40+
"dependencies": {
41+
"tslib": "^1.10.0"
42+
},
4043
"peerDependencies": {
4144
"@angular/common": "^9.1.0",
4245
"@angular/core": "^9.1.0",
43-
"rxjs": "^6.5.4",
44-
"tslib": "^1.10.0"
46+
"rxjs": "^6.5.4"
4547
},
4648
"devDependencies": {
4749
"@angular-devkit/build-angular": "~0.901.0",
@@ -51,7 +53,6 @@
5153
"@angular/compiler": "^9.1.0",
5254
"@angular/compiler-cli": "^9.1.0",
5355
"@angular/core": "^9.1.0",
54-
"@angular/language-service": "^9.1.0",
5556
"@angular/platform-browser": "^9.1.0",
5657
"@angular/platform-browser-dynamic": "^9.1.0",
5758
"@types/jasmine": "~3.5.0",

0 commit comments

Comments
 (0)