Skip to content

Improve maintainability and extension of admin interface navigation items

Lukas Weingarten requested to merge admin-interface-navigation-item-refac into master

Instead of declaring multiple navigation buttons with the same layout over and over again, use ngFor and provide an array with button information.

Merge request reports