NgDoc

What is NgDoc? Installation Configuration NEW OPTIONS SSR Migrations
Pages and categories UPDATED Blockquotes NEW STYLES Images and embeds NEW Code blocks Mermaid diagrams NEW Nunjucks Demo and Demo Pane Playground Keywords
Auto generation Documenting declarations Rendering API NEW
Page Skeleton Page Processors Layout Search Themes UPDATED Icons
Performance Ignoring file lines
API References Develop
@ng-doc/app / Class

NgDocCustomNavbarDirective

Decorators:@Directive
Selectors:[ngDocCustomNavbar]

Directive uses for providing custom navbar, you should mark element with this directive and the NgDocRootComponent will use it as a navbar

<ng-doc-root>
    <my-custom-navbar ngDocCustomNavbar></my-custom-navbar>

    <ng-doc-sidebar></ng-doc-sidebar>
    <router-outlet></router-outlet>
</ng-doc-root>
MIT © 2023 Aleksandr Skoropad