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 da3fcab commit 274f1f8Copy full SHA for 274f1f8
src/breadcrumb/breadcrumb.module.ts
@@ -1,7 +1,7 @@
1
import { NgModule } from "@angular/core";
2
import { CommonModule } from "@angular/common";
3
4
-import { DialogModule } from "../";
+import { DialogModule } from "../dialog/dialog.module";
5
6
import { Breadcrumb } from "./breadcrumb.component";
7
import { BreadcrumbItemComponent } from "./breadcrumb-item.component";
0 commit comments