mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
refactor: remove unnecessary cast
This commit is contained in:
parent
929406eb42
commit
3208c43a79
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ const SERVICES = [
|
|||
})
|
||||
export class MockDataModule {
|
||||
static forRoot(): ModuleWithProviders<MockDataModule> {
|
||||
return <ModuleWithProviders>{
|
||||
return {
|
||||
ngModule: MockDataModule,
|
||||
providers: [
|
||||
...SERVICES,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue