We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64828e commit 6e4ee60Copy full SHA for 6e4ee60
src/main/resources/handlebars/typescript-angular/api.module.mustache
@@ -18,7 +18,7 @@ import { {{classname}} } from './{{importPath}}';
18
{{/hasMore}}{{/apis}}{{/apiInfo}} ]
19
})
20
export class ApiModule {
21
- public static forRoot(configurationFactory: () => Configuration): ModuleWithProviders {
+ public static forRoot(configurationFactory: () => Configuration): ModuleWithProviders<ApiModule> {
22
return {
23
ngModule: ApiModule,
24
providers: [ { provide: Configuration, useFactory: configurationFactory } ]
0 commit comments