mirror of https://github.com/OpenVidu/openvidu.git
Dashboard: last Angular 9 updates
parent
63d056c762
commit
ec29127778
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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]
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue