Skip to main content

AddNavMenuSection

Add a section to the main nav menu. Providing the before argument will move the section before any existing section with the specified id. If omitted (or if the id is not found) the section will be appended to the existing set of sections. This should be used in the NgModule providers array of your ui extension module.

Example

providers.ts
Signature

Parameters

config

before

parameterstring
Was this chapter helpful?
Report Issue
Edited Feb 23, 2026ยทEdit this page