Skip to content

Commit a73e39e

Browse files
committed
migrate workspace for @angular/[email protected]
1 parent 681a17e commit a73e39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/coreui/angular/src/lib/breadcrumb/app-breadcrumb.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { CuiBreadcrumbComponent } from './cui-breadcrumb.component';
1414
declarations: [ AppBreadcrumbComponent, CuiBreadcrumbComponent ]
1515
})
1616
export class AppBreadcrumbModule {
17-
static forRoot(config?: any): ModuleWithProviders {
17+
static forRoot(config?: any): ModuleWithProviders<AppBreadcrumbModule> {
1818
return {
1919
ngModule: AppBreadcrumbModule,
2020
providers: [

0 commit comments

Comments
 (0)