mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +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 {
|
export class MockDataModule {
|
||||||
static forRoot(): ModuleWithProviders<MockDataModule> {
|
static forRoot(): ModuleWithProviders<MockDataModule> {
|
||||||
return <ModuleWithProviders>{
|
return {
|
||||||
ngModule: MockDataModule,
|
ngModule: MockDataModule,
|
||||||
providers: [
|
providers: [
|
||||||
...SERVICES,
|
...SERVICES,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue