diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-04-22 22:55:39 +0200 |
---|---|---|
committer | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-04-22 22:55:39 +0200 |
commit | 986008360e1b6385c8ec8c5bd8ab30719acb7b66 (patch) | |
tree | 2d636af6dd543ee38f1c6481b4a47b6cd90244b0 /cds-ui/designer-client/src/app/app.module.ts | |
parent | ea56f0811351dba0a7c6da1dbe8f8725a42b3f52 (diff) |
Fix long package name and apply mapping table style
Issue-ID: CCSDK-2321
Issue-ID: CCSDK-2322
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: Id2edf759faa9949c009c90cd3c7b319521b4f6b5
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], |