0.0.1 • Published 4 years ago

dimple0812-login v0.0.1

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

This is a simple angular package that provides you pre build login component,which can be used in any application that requires login support.

Steps to use :

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

  2. Open the project in your favorite editor go to app.module.ts and import import { LoginModule } from 'login'

  3. In the imports section add LoginModule

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