@3kles/kles-material-header
TypeScript icon, indicating that this package has built-in type declarations

18.0.0 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @3kles/kles-material-header

Weekly Downloads

6

Version

18.0.0

License

ISC

Unpacked Size

63.1 kB

Total Files

16

Last publish

Collaborators

  • jchaut
  • cdasilvacosta
  • qcampos
  • freazgo