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 681a17e commit a73e39eCopy full SHA for a73e39e
projects/coreui/angular/src/lib/breadcrumb/app-breadcrumb.module.ts
@@ -14,7 +14,7 @@ import { CuiBreadcrumbComponent } from './cui-breadcrumb.component';
14
declarations: [ AppBreadcrumbComponent, CuiBreadcrumbComponent ]
15
})
16
export class AppBreadcrumbModule {
17
- static forRoot(config?: any): ModuleWithProviders {
+ static forRoot(config?: any): ModuleWithProviders<AppBreadcrumbModule> {
18
return {
19
ngModule: AppBreadcrumbModule,
20
providers: [
0 commit comments