refactor: remove unnecessary cast

This commit is contained in:
Sergey Andrievskiy 2020-03-27 16:53:14 +03:00
parent 929406eb42
commit 3208c43a79

View file

@ -55,7 +55,7 @@ const SERVICES = [
})
export class MockDataModule {
static forRoot(): ModuleWithProviders<MockDataModule> {
return <ModuleWithProviders>{
return {
ngModule: MockDataModule,
providers: [
...SERVICES,