mirror of https://github.com/OpenVidu/openvidu.git
Dashboard: last Angular 9 updates
parent
63d056c762
commit
ec29127778
|
@ -48,7 +48,8 @@
|
|||
"lint": "ng lint",
|
||||
"ng": "ng",
|
||||
"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"
|
||||
}
|
||||
|
|
|
@ -35,9 +35,6 @@ import { RestService } from './services/rest.service';
|
|||
AppMaterialModule,
|
||||
FlexLayoutModule
|
||||
],
|
||||
entryComponents: [
|
||||
CredentialsDialogComponent
|
||||
],
|
||||
providers: [InfoService, RestService],
|
||||
bootstrap: [AppComponent]
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue