kles-material-header is a component library to build Material Angular Header
.
Check out the changelog to check all the latest changes.
Interface for header links
- path: string -> Redirect path
- active?: boolean -> Set if nav link is active
- label: string -> Label of the nav link
- visible?: boolean -> Set if the nav link is visible
- KlesMaterialHeaderComponent -> Component to create a header
npm install @3kles/kles-material-header --save
In the module
import { KlesMaterialHeaderModule } from '@3kles/kles-material-header';
...
@NgModule({
imports: [
KlesMaterialHeaderModule,
...
]
...
})
Check the documentation
to use component and directive.
npm install
npm test