supper angular >=10.0.0

This commit is contained in:
Rene Haas
2022-10-19 12:45:40 +02:00
parent ccb34b63c2
commit 9358704476
3 changed files with 17582 additions and 5316 deletions
+17563 -5296
View File
File diff suppressed because it is too large Load Diff
+17 -17
View File
@@ -9,21 +9,21 @@
"test": "ng test" "test": "ng test"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": "^14.2.0", "@angular/common": "^10.0.0",
"@angular/core": "^14.2.0" "@angular/core": "^10.0.0"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^14.2.6", "@angular-devkit/build-angular": "0.1002.4",
"@angular/animations": "^14.2.0", "@angular/animations": "^10.0.0",
"@angular/cli": "~14.2.6", "@angular/cli": "~14.2.6",
"@angular/common": "^14.2.0", "@angular/common": "^10.0.0",
"@angular/compiler": "^14.2.0", "@angular/compiler": "^10.0.0",
"@angular/compiler-cli": "^14.2.0", "@angular/compiler-cli": "^10.0.0",
"@angular/core": "^14.2.0", "@angular/core": "^10.0.0",
"@angular/forms": "^14.2.0", "@angular/forms": "^10.0.0",
"@angular/platform-browser": "^14.2.0", "@angular/platform-browser": "^10.0.0",
"@angular/platform-browser-dynamic": "^14.2.0", "@angular/platform-browser-dynamic": "^10.0.0",
"@angular/router": "^14.2.0", "@angular/router": "^10.0.0",
"@types/jasmine": "~4.0.0", "@types/jasmine": "~4.0.0",
"jasmine-core": "~4.3.0", "jasmine-core": "~4.3.0",
"karma": "~6.4.0", "karma": "~6.4.0",
@@ -31,12 +31,12 @@
"karma-coverage": "~2.2.0", "karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0", "karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0", "karma-jasmine-html-reporter": "~2.0.0",
"ng-packagr": "^14.2.0", "ng-packagr": "^10.0.0",
"rxjs": "~7.5.0", "rxjs": "^6.5.3",
"typescript": "~4.7.2", "typescript": "^3.9.0",
"zone.js": "~0.11.4" "zone.js": "~0.10.3"
}, },
"dependencies": { "dependencies": {
"tslib": "^2.4.0" "tslib": "^2.0.0"
} }
} }
+2 -3
View File
@@ -9,8 +9,6 @@
"outDir": "./dist/out-tsc", "outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"strict": true, "strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true, "noImplicitReturns": true,
"noFallthroughCasesInSwitch": true, "noFallthroughCasesInSwitch": true,
"sourceMap": true, "sourceMap": true,
@@ -27,6 +25,7 @@
"enableI18nLegacyMessageIdFormat": false, "enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true, "strictInjectionParameters": true,
"strictInputAccessModifiers": true, "strictInputAccessModifiers": true,
"strictTemplates": true "strictTemplates": true,
"enableIvy": false
} }
} }