0.0.1 • Published 7 years ago

landstar-header v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Landstar Header Component

What's this?

This is the Landstar header shared component. It is to be used by Landstar's Angular applications. It shows the Landstar logo, welcome message and logoff link.

Installation

npm install landstar-header --save

Usage

In app.module.ts (or whatever module needs it):

import { LandstarHeaderModule } from 'landstar-header/dist';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    FormsModule,
    HttpModule,
    LandstarHeaderModule.forRoot()
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

License

MIT