0.0.3 • Published 5 years ago

mehul-lib v0.0.3

Weekly downloads
12
License
-
Repository
-
Last release
5 years ago

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>
0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago