mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
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:
@@ -7,7 +7,7 @@
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user