Skip to content

Commit 79d943c

Browse files
authored
feat(*): Upgrade to Angular 11 (#203)
- Updgrade to Angular 11 - Update docs BREAKING CHANGE: The upgrade to Angular 11 breaks compatibility with Angular 10.
1 parent 8405f44 commit 79d943c

File tree

7 files changed

+4914
-3089
lines changed

7 files changed

+4914
-3089
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ The following list describes the compatibility with Angular:
4141
| `6.x` | `8.x` |
4242
| `7.x` | `9.x` |
4343
| `8.x` | `10.x` |
44+
| `9.x` | `11.x` |
4445

4546
<br>
4647

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"sourceRoot": "projects/angular-notifier/src",
1010
"architect": {
1111
"build": {
12-
"builder": "@angular-devkit/build-ng-packagr:build",
12+
"builder": "@angular-devkit/build-angular:ng-packagr",
1313
"options": {
1414
"tsConfig": "projects/angular-notifier/tsconfig.lib.json",
1515
"project": "projects/angular-notifier/ng-package.json"
@@ -57,7 +57,6 @@
5757
"optimization": true,
5858
"outputHashing": "all",
5959
"sourceMap": false,
60-
"extractCss": true,
6160
"namedChunks": false,
6261
"extractLicenses": false,
6362
"vendorChunk": false,

0 commit comments

Comments
 (0)