summaryrefslogtreecommitdiffstats
path: root/public/src/app/app.module.ts
diff options
context:
space:
mode:
authorManor, Yanir (ym903w) <ym903w@intl.att.com>2018-10-21 11:00:42 +0300
committerManor, Yanir (ym903w) <ym903w@intl.att.com>2018-10-21 11:00:42 +0300
commita0c5a22d123f1bdaa8ec7bfbf75f76cbe2ace29a (patch)
tree456198ada103cd23bd57f40b6475fb3c9a86fef5 /public/src/app/app.module.ts
parent29ffa5ef26f82002bf894b9288e9a369a144388d (diff)
Update code to latest
Change-Id: I76b37c2d6d333204899c9bc87f310e5b607a5e73 Issue-ID: DCAEGEN2-836 Signed-off-by: Manor, Yanir (ym903w) <ym903w@intl.att.com>
Diffstat (limited to 'public/src/app/app.module.ts')
-rw-r--r--public/src/app/app.module.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/src/app/app.module.ts b/public/src/app/app.module.ts
index b90cf11..8eedaf7 100644
--- a/public/src/app/app.module.ts
+++ b/public/src/app/app.module.ts
@@ -51,6 +51,7 @@ import { RuleListComponent } from './rule-engine/rule-list/rule-list.component';
import { BarIconsComponent } from './bar-icons/bar-icons.component';
import { DiagramComponent } from './diagram/diagram.component';
import { SdcNotifyDialogComponent } from './sdc-notify-dialog/sdc-notify-dialog.component';
+import { RevertDialogComponent } from './revert-dialog/revert-dialog.component';
import { ImportRulesComponent } from './import-rules/import-rules.component';
const appInitializerFn = () => {
@@ -81,6 +82,7 @@ const appInitializerFn = () => {
BarIconsComponent,
DiagramComponent,
SdcNotifyDialogComponent,
+ RevertDialogComponent,
ImportRulesComponent
],
imports: [