Skip to content

DefaultDynamicMenu

Alex Malkevich edited this page Feb 20, 2019 · 2 revisions

This component will render <ndm-dynamic-menu> component with predefined templates.

  • Every menu group will be wrapped within <ul> tag
  • Every menu item will be <a> tag with <li>
  • Every toggle menu item will render <button> tag that will toggle sub-menu tree

To use it you have to import DefaultDynamicMenuComponentModule in your module.

See: DefaultDynamicMenuComponent

Clone this wiki locally