import {Canvas, Meta, Story, ArgsTable} from '@storybook/addon-docs/blocks';
import {NavBarComponent} from './nav-bar.component'; import {moduleMetadata} from "@storybook/angular"; import {
MatButtonModule
} from "@angular/material/button"; import {HttpClientModule} from "@angular/common/http"; import {of} from "rxjs";
export const Template = (args) => ;
# NavBar
We can also create custom documentation with `MDX` from scratch.
This is just an example of how to approximate the auto generated documentation for the `NavBar`.
## Stories
### LoggedIn