[DEV] update angular 11

This commit is contained in:
Edouard DUPIN 2020-12-04 22:15:13 +01:00
parent 282a5d1835
commit 600f102ac9
3 changed files with 131 additions and 1637 deletions

1726
front/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,41 +12,41 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~10.1.5",
"@angular/common": "~10.1.5",
"@angular/compiler": "~10.1.5",
"@angular/core": "~10.1.5",
"@angular/forms": "~10.1.5",
"@angular/platform-browser": "~10.1.5",
"@angular/platform-browser-dynamic": "~10.1.5",
"@angular/cdk": "^10.2.5",
"@angular/material": "^10.2.5",
"@angular/router": "^10.1.5",
"core-js": "^3.6.4",
"@angular/animations": "~11.0.3",
"@angular/cdk": "^11.0.1",
"@angular/common": "~11.0.3",
"@angular/compiler": "~11.0.3",
"@angular/core": "~11.0.3",
"@angular/forms": "~11.0.3",
"@angular/material": "^11.0.1",
"@angular/platform-browser": "~11.0.3",
"@angular/platform-browser-dynamic": "~11.0.3",
"@angular/router": "^11.0.3",
"core-js": "^3.8.0",
"jquery": "^3.5.1",
"ngx-select-dropdown": "^1.4.4",
"rxjs": "^6.5.4",
"rxjs": "^6.6.3",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1002.0",
"@angular/cli": "^10.1.6",
"@angular/compiler-cli": "~10.1.5",
"@angular/language-service": "~10.1.5",
"@types/jasmine": "^3.5.8",
"@angular/cli": "~11.0.3",
"@angular/compiler-cli": "~11.0.3",
"@angular/language-service": "~11.0.3",
"@types/jasmine": "^3.6.2",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^13.7.7",
"@types/node": "^13.13.34",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-jasmine-html-reporter": "^1.5.4",
"protractor": "~7.0.0",
"ts-node": "^8.6.2",
"ts-node": "^8.10.2",
"tslint": "~6.1.0",
"typescript": "~4.0.3"
"typescript": "^4.0.5"
}
}

View File

@ -61,7 +61,7 @@ export class AppRoutingModule {}
*/
@NgModule({
imports: [RouterModule.forRoot(routes)],
imports: [RouterModule.forRoot(routes, { relativeLinkResolution: 'legacy' })],
exports: [RouterModule]
})
export class AppRoutingModule { }