0.0.1 • Published 4 years ago

@dimple0812/signup v0.0.1

Weekly downloads
1
License
-
Repository
-
Last release
4 years ago

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 :

  1. Using the terminal go to the project location and type npm install @dimple0812/signup

  2. Open the project in your favorite editor go to app.module.ts and import import { SignupModule } from '@dimple0812/signup'

  3. In the imports section add SignupModule

  4. Go to the component.ts file of any component and in the templateURL section type: template: <lib-signup></lib-signup>