Skip to content

Commit 65d04e3

Browse files
authored
Merge pull request #463 from Juneezee/fix-for-root
fix: set generic type for ModuleWithProviders
2 parents 1aa9a97 + e704781 commit 65d04e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/src/super-tabs.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const DECLARATIONS = [
1717
imports: [CommonModule],
1818
})
1919
export class SuperTabsModule {
20-
static forRoot(): ModuleWithProviders {
20+
static forRoot(): ModuleWithProviders<SuperTabsModule> {
2121
return {
2222
ngModule: SuperTabsModule,
2323
providers: [

0 commit comments

Comments
 (0)