Skip to content

Commit

Permalink
fix(dock-manager): Use correct module name in app.module import #792
Browse files Browse the repository at this point in the history
  • Loading branch information
AMarinov authored and Lipata committed Nov 9, 2020
1 parent 8bd47e7 commit 86bf8cb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@ class IgcDockManagerTemplate extends IgniteUIForAngularTemplate {
this.name = "Dock Manager";
this.description = "basic IgcDockManager";
this.dependencies = [
{ import: "DockManagerModule", from: "./src/app/<%=path%>/<%=filePrefix%>.module.ts" }
{ import: "<%=ClassName%>Module", from: "./src/app/<%=path%>/<%=filePrefix%>.module.ts" }
];
// "igniteui-dockmanager@~1.0.0":
this.packages = [ `${resolveIgxPackage(NPM_DOCK_MANAGER)}@~1.0.0"` ];
Expand Down

0 comments on commit 86bf8cb

Please sign in to comment.