🚨 Shai-Hulud Strikes Again:More than 500 packages and 700+ versions compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@3kles/kles-material-header

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3kles/kles-material-header

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.3.

Source
npmnpm
Version
18.0.0
Version published
Maintainers
4
Created
Source

@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

FAQs

Package last updated on 12 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts