Dashboard: last Angular 9 updates

pull/391/head
pabloFuente 2020-02-07 20:15:59 +01:00
parent 63d056c762
commit ec29127778
2 changed files with 2 additions and 4 deletions

View File

@ -48,7 +48,8 @@
"lint": "ng lint", "lint": "ng lint",
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
"test": "ng test" "test": "ng test",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
}, },
"version": "0.0.0" "version": "0.0.0"
} }

View File

@ -35,9 +35,6 @@ import { RestService } from './services/rest.service';
AppMaterialModule, AppMaterialModule,
FlexLayoutModule FlexLayoutModule
], ],
entryComponents: [
CredentialsDialogComponent
],
providers: [InfoService, RestService], providers: [InfoService, RestService],
bootstrap: [AppComponent] bootstrap: [AppComponent]
}) })