3.0.0-alpha.3 • Published 2 years ago

@swisspost/intranet-header v3.0.0-alpha.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Swiss Post Logo

Swisspost Intranet Header

This library was generated with Angular CLI version 13.2.0.

Usage

Install the header in your Angular project:

npm install @swisspost/intranet-header

In your app.module.ts, add the header to your imports:

// Other imports ....
import { SwissPostIntranetHeaderModule } from "@swisspost/intranet-header";

@NgModule({
  declarations: [
    // ...
  ],
  imports: [
    // ...
    SwissPostIntranetHeaderModule,
  ],
  // ...
})
export class AppModule {}

In your templates, the Intranet Header is available as:

<sp-intranet-header></sp-intranet-header>

Options

Contributing

Have a look at the contribution guide to learn how you can contribute to this component.