Skip to content

Commit c92af45

Browse files
authored
chore!: update to angular 15 (#1)
* chore: update to the latest 8.x * chore: temporary alow serach in node modules * chore: update to 9 * chore: update to 10 * chpre: update to 11 * chore: update to 12 * chore: update to 13 * chore: update to 14 * chore: update to 15 * fix: correct build * chore: exclude cache * chore: update jasmine to correct peer deps * chore: change peer deps * chore: update rxjs * chore: update jasmine typings * chore: scope library * chore: switch to partial compilation mode
1 parent b1d771d commit c92af45

12 files changed

+22996
-8659
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ npm-debug.log
4040
yarn-error.log
4141
testem.log
4242
/typings
43+
/.angular/cache
4344

4445
# System Files
4546
.DS_Store

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"search.exclude": {
3+
"**/.angular": true
4+
}
5+
}

angular.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prefix": "lib",
1111
"architect": {
1212
"build": {
13-
"builder": "@angular-devkit/build-ng-packagr:build",
13+
"builder": "@angular-devkit/build-angular:ng-packagr",
1414
"options": {
1515
"tsConfig": "projects/angular2-jsonapi/tsconfig.lib.json",
1616
"project": "projects/angular2-jsonapi/ng-package.json"
@@ -39,6 +39,5 @@
3939
}
4040
}
4141
}
42-
},
43-
"defaultProject": "angular2-jsonapi"
42+
}
4443
}

0 commit comments

Comments
 (0)