[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:
Popovics András
2017-07-17 14:57:55 +01:00
committed by Eugenio Romano
parent 3a76027fe3
commit 6947e04208
51 changed files with 9175 additions and 66093 deletions

View File

@@ -39,6 +39,7 @@ export class FilesComponent implements OnInit {
fileShowed: boolean = false;
useCustomToolbar = true;
useDropdownBreadcrumb = true;
@Input()
multipleFileUpload: boolean = false;