mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2559] Sidenav layout (#3119)
* First step of extraction * Add sidenav-layout to demo-shell * Fix some sidenav-layout styles * Fix tests * Add documentation * Fix typescript transpiler's stomache * Modify component's directive's interface * Enrich documentation * Another documentation enrichment * Fix tests and mobile expanded issue
This commit is contained in:
committed by
Eugenio Romano
parent
9e2969b955
commit
0aba5bb1b5
@@ -37,6 +37,7 @@ import { ToolbarModule } from './toolbar/toolbar.module';
|
||||
import { UserInfoModule } from './userinfo/userinfo.module';
|
||||
import { ViewerModule } from './viewer/viewer.module';
|
||||
import { FormModule } from './form/form.module';
|
||||
import { SidenavLayoutModule } from './sidenav-layout/sidenav-layout.module';
|
||||
import { SideBarActionModule } from './sidebar/sidebar-action.module';
|
||||
|
||||
import { DirectiveModule } from './directives/directive.module';
|
||||
@@ -122,6 +123,7 @@ export function providers() {
|
||||
@NgModule({
|
||||
imports: [
|
||||
ViewerModule,
|
||||
SidenavLayoutModule,
|
||||
SideBarActionModule,
|
||||
PipeModule,
|
||||
CommonModule,
|
||||
@@ -155,6 +157,7 @@ export function providers() {
|
||||
exports: [
|
||||
ViewerModule,
|
||||
SideBarActionModule,
|
||||
SidenavLayoutModule,
|
||||
PipeModule,
|
||||
CommonModule,
|
||||
DirectiveModule,
|
||||
@@ -186,6 +189,7 @@ export class CoreModuleLazy {
|
||||
imports: [
|
||||
ViewerModule,
|
||||
SideBarActionModule,
|
||||
SidenavLayoutModule,
|
||||
PipeModule,
|
||||
CommonModule,
|
||||
DirectiveModule,
|
||||
@@ -218,6 +222,7 @@ export class CoreModuleLazy {
|
||||
exports: [
|
||||
ViewerModule,
|
||||
SideBarActionModule,
|
||||
SidenavLayoutModule,
|
||||
PipeModule,
|
||||
CommonModule,
|
||||
DirectiveModule,
|
||||
|
Reference in New Issue
Block a user