From 0d611030a1af46f475183be486445c619f8fa44e Mon Sep 17 00:00:00 2001 From: Silviu Popa Date: Mon, 18 Mar 2019 14:08:53 +0200 Subject: [PATCH] [ADF-4233] DemoShell - change nested menu layout (#4438) --- demo-shell/src/app/app.module.ts | 4 +- .../app-layout/app-layout.component.html | 7 ++- .../app-layout/app-layout.component.scss | 1 + .../nested-menu-position.directive.ts | 57 +++++++++++++++++++ 4 files changed, 65 insertions(+), 4 deletions(-) create mode 100644 demo-shell/src/app/components/app-layout/cloud/directives/nested-menu-position.directive.ts diff --git a/demo-shell/src/app/app.module.ts b/demo-shell/src/app/app.module.ts index cf0bbe05fc..e50cb63b32 100644 --- a/demo-shell/src/app/app.module.ts +++ b/demo-shell/src/app/app.module.ts @@ -80,6 +80,7 @@ import { PeopleGroupCloudDemoComponent } from './components/app-layout/cloud/peo import { CloudSettingsComponent } from './components/app-layout/cloud/cloud-settings.component'; import { AppExtensionsModule } from './app-extension.module'; import { ProcessDetailsCloudDemoComponent } from './components/app-layout/cloud/process-details-cloud-demo.component'; +import { NestedMenuPositionDirective } from './components/app-layout/cloud/directives/nested-menu-position.directive'; @NgModule({ imports: [ @@ -145,7 +146,8 @@ import { ProcessDetailsCloudDemoComponent } from './components/app-layout/cloud/ CloudFiltersDemoComponent, TemplateDemoComponent, PeopleGroupCloudDemoComponent, - CloudSettingsComponent + CloudSettingsComponent, + NestedMenuPositionDirective ], providers: [ { diff --git a/demo-shell/src/app/components/app-layout/app-layout.component.html b/demo-shell/src/app/components/app-layout/app-layout.component.html index bd156d8e36..19b05f27ea 100644 --- a/demo-shell/src/app/components/app-layout/app-layout.component.html +++ b/demo-shell/src/app/components/app-layout/app-layout.component.html @@ -34,13 +34,14 @@ - {{link.icon}}
{{link.title | translate }}
+ arrow_right
- +