mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +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:
@@ -8,7 +8,7 @@
|
||||
|
||||
<ng-container *ifExperimental="'extensions'">
|
||||
<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>
|
||||
</ng-container>
|
||||
</adf-toolbar>
|
||||
|
Reference in New Issue
Block a user