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 6e4ee60 commit 3c0177bCopy full SHA for 3c0177b
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<ApiModule> {
+ public static forRoot(configurationFactory: () => Configuration): ModuleWithProviders{{#genericModuleWithProviders}}<ApiModule>{{/genericModuleWithProviders}} {
22
return {
23
ngModule: ApiModule,
24
providers: [ { provide: Configuration, useFactory: configurationFactory } ]
0 commit comments