Skip to content

Commit

Permalink
refactor(templates): update dm template
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofdiamond5 committed Dec 8, 2023
1 parent e12a86b commit c14d042
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import {
IgcDockManagerPaneType,
IgcSplitPaneOrientation
} from '<%=dockManagerPackage%>';
import { defineCustomElements } from '<%=dockManagerPackage%>/loader';

defineCustomElements();

@Component({
selector: 'app-<%=filePrefix%>',
Expand Down

0 comments on commit c14d042

Please sign in to comment.