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