0.1.3 • Published 6 years ago

tsslogin v0.1.3

Weekly downloads
79
License
-
Repository
-
Last release
6 years ago

Welcome to the tss-login-builder.

Understand the code before installing:tssLoginGit

Steps to follow to use the tss-login.

  • Enter the command npm install tss-login in the terminal.
  • Install below dependencies

       1. npm install --save @angular/flex-layout@5.0.0-beta.14
       2. npm install --save primeng@6.0.0-alpha.1
       3. npm install --save @angular/cdk@6.1.0
       4. npm install --save rxjs-compat@6.2.0
      

  • import the module in the app.module.ts file(import { LoginModule } from 'tsslogin').

  • import the type in the imports of @NgModule(LoginModule).

  • Use the selector in app.component.html which will be present in the component of your library(<tss-login></tss-login>).

  • To provide option declare variable options in app.component.ts and bind it to interface of tsslogin library

    Example: options:LoginImageProperties

  • Now assign json to options as:

this.options={ name:'', btnLabel:'LOG IN', logo:'vik.txt', title:'LoginForm' }


  • Modify the tag in app.component.html to <tss-login [options]="options"></tss-login>

FOR DEMO VISIT:tssLogin

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago