NgDocCustomNavbarDirective
Decorators: |
|
Selectors: | [ |
Directive uses for providing custom navbar, you should mark element with this directive and the
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 >