We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb7063 commit 15cbab4Copy full SHA for 15cbab4
carrental-web/src/angular/carrental/angular.json
@@ -69,6 +69,7 @@
69
"sourceMap": false,
70
"extractCss": true,
71
"namedChunks": false,
72
+ "localize": true,
73
"aot": true,
74
"extractLicenses": true,
75
"vendorChunk": false,
carrental-web/src/angular/carrental/src/app/app.module.ts
@@ -31,7 +31,6 @@ import { CrrootComponent } from './crroot/crroot.component';
31
import { CruploadComponent } from './crupload/crupload.component';
32
//import { MyErrorHandler } from './shared/my-error-handler';
33
import { BaseHrefInterceptor } from './services/base-href-interceptor';
34
-import {APP_BASE_HREF} from '@angular/common';
35
36
@NgModule({
37
declarations: [
0 commit comments