diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-24 16:28:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-24 16:28:48 +0000 |
commit | 340b97f14af71fbf2a35dd996cab7a60e4e791de (patch) | |
tree | ae40c896e135ba6c3332d6bca37294ca233b8035 /cds-ui/designer-client/src/app/app.module.ts | |
parent | c86d7262d03b299dc635b3ba68e4a7c2c0fd6a6e (diff) | |
parent | 986008360e1b6385c8ec8c5bd8ab30719acb7b66 (diff) |
Merge "Fix long package name and apply mapping table style"
Diffstat (limited to 'cds-ui/designer-client/src/app/app.module.ts')
-rw-r--r-- | cds-ui/designer-client/src/app/app.module.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/app/app.module.ts b/cds-ui/designer-client/src/app/app.module.ts index d6e9b36df..da7ddfbd0 100644 --- a/cds-ui/designer-client/src/app/app.module.ts +++ b/cds-ui/designer-client/src/app/app.module.ts @@ -35,6 +35,7 @@ import {SharedModulesModule} from './modules/shared-modules/shared-modules.modul import {NgxFileDropModule} from 'ngx-file-drop'; import {ResourceDictionaryModule} from './modules/feature-modules/resource-dictionary/resource-dictionary.module'; + @NgModule({ declarations: [ AppComponent, @@ -51,7 +52,7 @@ import {ResourceDictionaryModule} from './modules/feature-modules/resource-dicti SharedModulesModule, NgxFileDropModule, ResourceDictionaryModule, - SidebarModule + SidebarModule, ], providers: [ApiService], |