@dimple0812/signup
v0.0.1
Published
This is a simple angular package that provides you pre build Sign component,which can be used in any application that requires SignUp support.
Downloads
7
Readme
This is a simple angular package that provides you pre build Sign component,which can be used in any application that requires SignUp support.
Steps to use :
Using the terminal go to the project location and type npm install @dimple0812/signup
Open the project in your favorite editor go to app.module.ts and import import { SignupModule } from '@dimple0812/signup'
In the imports section add SignupModule
Go to the component.ts file of any component and in the templateURL section type: template:
<lib-signup></lib-signup>