mehul-lib
v0.0.3
Published
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.2.5.
Downloads
3
Readme
Mehul-Lib
This project was generated with Angular CLI version 6.2.5.
#How To Use
Intall Using Angular Cli:
- npm i mehul-lib
Include In app.module.ts:
import { MyLibModule } from 'mehul-lib';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
MyLibModule
],
providers: [MyLibService],
bootstrap: [AppComponent]
})
- app.component.html :
<lib-my-lib></lib-my-lib>