Build menu from a configuration object #501
Labels
Status: Community Help Wanted (good first issue)
simple tasks that don't require understanding every last detail of our platform
Type: Improvement
Improvement/Extension of existing feature with benefit for the user
Type: Refactoring / Technical Enh.
Technical Enhancement without changes for the user
Milestone
The top level menu is already very dynamic in its creation. For each button, a menu item is added in the
app.module.ts
. This process should be automated. The input will be an array of configuration objects and for each of these objects, a menu button will be added.The configuration objects should at least consist of the
name
of the menu button, theicon
which will be displayed next to the name and thecomponent
to which this button links.Steps to do:
app.routing.ts
)relates to #222
The text was updated successfully, but these errors were encountered: