tec-header
v0.0.1
Published
This is a header component that i am publishing for testing of npm publish. Stay tune for more components
Readme
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
npm install tec-headerUsage
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
