AddNavMenuItem
Add a menu item to an existing section specified by sectionId. The id of the section
can be found by inspecting the DOM and finding the data-section-id attribute.
Providing the before argument will move the item before any existing item with the specified id.
If omitted (or if the name is not found) the item will be appended to the
end of the section.
This should be used in the NgModule providers array of your ui extension module.
Example
Parameters
config
parameter
NavMenuItemsectionId
parameter
stringbefore
parameter
stringWas this chapter helpful?