@3kles/kles-material-header
v17.2.1
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.3.
Downloads
246
Readme
@3kles/kles-material-header
kles-material-header is a component library to build Material Angular Header
.
Changelog
Check out the changelog to check all the latest changes.
Models
Interfaces
ILinkModel
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
Components
- KlesMaterialHeaderComponent -> Component to create a header
Install
npm
npm install @3kles/kles-material-header --save
How to use
In the module
import { KlesMaterialHeaderModule } from '@3kles/kles-material-header';
...
@NgModule({
imports: [
KlesMaterialHeaderModule,
...
]
...
})
Check the documentation
to use component and directive.
Tests
npm install
npm test