Skip to content

Commit

Permalink
add missing modules to JigsawModule
Browse files Browse the repository at this point in the history
  • Loading branch information
rdkmaster committed Dec 24, 2017
1 parent ff9933f commit 0468fc1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/jigsaw/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ import {JigsawDraggableModule, JigsawDroppableModule} from './directive/dragdrop
import {JigsawRootModule} from "./component/root/root";
import {JigsawFishBoneModule} from "./component/fish-bone/fish-bone";
import {JigsawViewportModule} from './component/viewport/viewport'
import {JigsawCommonModule} from "./component/common";
import {JigsawListModule} from "./component/list-and-tile/list";
import {JigsawTrustedHtmlModule} from "./directive/trusted-html/trusted-html";

const JIGSAW_MODULE = [
JigsawAlertModule,
Expand All @@ -38,16 +41,20 @@ const JIGSAW_MODULE = [
JigsawCheckBoxModule,
JigsawCollapseModule,
JigsawComboSelectModule,
JigsawCommonModule,
JigsawDialogModule,
JigsawMovableModule,
JigsawDraggableModule,
JigsawDroppableModule,
JigsawFishBoneModule,
JigsawGraphModule,
JigsawInputModule,
JigsawListModule,
JigsawLoadingModule,
JigsawMovableModule,
JigsawPaginationModule,
JigsawRadioModule,
JigsawRangeTimeModule,
JigsawRootModule,
JigsawScrollbarModule,
JigsawSelectModule,
JigsawSliderModule,
Expand All @@ -60,9 +67,8 @@ const JIGSAW_MODULE = [
JigsawTimeModule,
JigsawTooltipModule,
JigsawTreeExtModule,
JigsawRootModule,
JigsawFishBoneModule,
JigsawViewportModule
JigsawTrustedHtmlModule,
JigsawViewportModule,
];

@NgModule({
Expand Down

0 comments on commit 0468fc1

Please sign in to comment.