mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
info drawer integration support (#2259)
provides and toggles placeholder for the info drawer within the dialog
This commit is contained in:
committed by
Mario Romano
parent
407e11664a
commit
549cb505f8
@@ -24,6 +24,7 @@ import {
|
||||
MdMenuModule,
|
||||
MdProgressBarModule,
|
||||
MdProgressSpinnerModule,
|
||||
MdTabsModule,
|
||||
MdTooltipModule
|
||||
} from '@angular/material';
|
||||
|
||||
@@ -36,6 +37,7 @@ export function modules() {
|
||||
MdMenuModule,
|
||||
MdProgressBarModule,
|
||||
MdProgressSpinnerModule,
|
||||
MdTabsModule,
|
||||
MdTooltipModule
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user