0.0.1 • Published 6 years ago

tec-header v0.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

Angular 2 / 4 Header (tec-header)

Overview

This is a header component that i am publishing for testing of npm publish. Stay tune for more components

Installation

  • The tec-header package is published on the npm Registry.
  • Install the package with npm:
	npm install tec-header

Usage

Import TecHeaderModule into your AppModule

import { TecHeaderModule } from 'tec-header';

@NgModule({
  // ...
  imports: [
    TecHeaderModule,
  ]
  // ...
})


Add the following component tag in the template where your want to place the datepicker

```html


  <app-header></app-header>

License

MIT License.

Credits

Thanks for Bootstrap.

Author

Uday Kumar