mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
[ADF-1038] - Dropddown Breadcrumb component (#2092)
* Update material to beta8 * Install @angular/cdk * DropdownBreadcrumb component * Style fixes * Fix styling issues after rebase * Fix Material issue in processlist * Update material again, because of rebase errors... :/ * Fix new tslint rule raised errors
This commit is contained in:
committed by
Eugenio Romano
parent
c8b06d61ab
commit
1637445fc2
@@ -16,14 +16,15 @@
|
||||
*/
|
||||
|
||||
import { NgModule } from '@angular/core';
|
||||
import { MdButtonModule, MdIconModule, MdMenuModule, MdProgressSpinnerModule } from '@angular/material';
|
||||
import { MdButtonModule, MdIconModule, MdMenuModule, MdProgressSpinnerModule, MdSelectModule } from '@angular/material';
|
||||
|
||||
export function modules() {
|
||||
return [
|
||||
MdMenuModule,
|
||||
MdButtonModule,
|
||||
MdIconModule,
|
||||
MdProgressSpinnerModule
|
||||
MdProgressSpinnerModule,
|
||||
MdSelectModule
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user