17.2.1 • Published 9 months ago

@3kles/kles-material-header v17.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

@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

License

MIT

17.2.1

9 months ago

17.2.0

9 months ago

17.1.2

11 months ago

17.1.1

2 years ago

17.1.0

2 years ago

17.0.1

2 years ago

17.0.0

2 years ago

1.0.0

3 years ago