Commit 8a63618f authored by Administrator's avatar Administrator

Update bootstrap-modal.module.ts

parent 7e4b17cb
......@@ -32,7 +32,7 @@ export function dialogServiceFactory(resolver: ComponentFactoryResolver, applica
]
})
export class BootstrapModalModule {
static forRoot(config: DialogServiceConfig): ModuleWithProviders {
static forRoot(config: DialogServiceConfig): ModuleWithProviders<any> {
return {
ngModule: BootstrapModalModule,
providers: [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment