mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1374] Move download and create folder dialogs to ADF (#2205)
* move create folder and download zip dialogs to core * code cleanup
This commit is contained in:
committed by
Eugenio Romano
parent
98b4f4cef4
commit
224e15c8e1
@@ -16,13 +16,23 @@
|
||||
*/
|
||||
|
||||
import { NgModule } from '@angular/core';
|
||||
import { MdButtonModule, MdSnackBarModule, MdToolbarModule } from '@angular/material';
|
||||
import {
|
||||
MdButtonModule,
|
||||
MdDialogModule,
|
||||
MdInputModule,
|
||||
MdProgressBarModule,
|
||||
MdSnackBarModule,
|
||||
MdToolbarModule
|
||||
} from '@angular/material';
|
||||
|
||||
export function modules() {
|
||||
return [
|
||||
MdButtonModule,
|
||||
MdDialogModule,
|
||||
MdInputModule,
|
||||
MdProgressBarModule,
|
||||
MdSnackBarModule,
|
||||
MdToolbarModule,
|
||||
MdButtonModule
|
||||
MdToolbarModule
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user