0.0.4 • Published 7 years ago

login-with-telegram v0.0.4

Weekly downloads
12
License
-
Repository
-
Last release
7 years ago

Telegram login

On app:

import {LoginViaTelegramComponent} from 'login-with-telegram';

in function {

// for bot ID

botID = '123456';

// button size 3 choices: large, medium, small

buttonSize = 'small'

// button radius : number

buttonRadius = 20;

// button title

buttonTitle = "login";

}

usage :

in HTML :

<lib-login-with-telegram botID="botID" buttonTitle="buttonTitle" popupWindowName="popupWindowName" buttonSize="buttonSize" buttonRadius="buttonRadius">

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago