split toolbar components (#635)

* split create menu into separate component

* toolbar menu item component

* toolbar menu component

* component updates

* unified property name

* code and style improvements

* login module (lazy)
This commit is contained in:
Denys Vuika
2018-09-15 19:28:33 +01:00
committed by GitHub
parent 51bdd3e991
commit f44838ac42
32 changed files with 427 additions and 149 deletions

View File

@@ -9,7 +9,7 @@
<adf-toolbar class="inline">
<app-document-display-mode *ifExperimental="'cardview'"></app-document-display-mode>
<ng-container *ngFor="let entry of actions; trackBy: trackByActionId">
<aca-toolbar-action [entry]="entry"></aca-toolbar-action>
<aca-toolbar-action [actionRef]="entry"></aca-toolbar-action>
</ng-container>
</adf-toolbar>
</div>