0.1.3 • Published 8 years ago

tsslogin v0.1.3

Weekly downloads
79
License
-
Repository
-
Last release
8 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

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago