1.0.1 • Published 3 years ago
@tul/login v1.0.1
Security
Management of tul services login via google.
Table of Contents
Installation
npm i @tul/login --saveUsage
Html
<login-google-tul (loginEmitter)="loginEmitter($event)" [url]="environment.url + 'api/v1'"> </login-google-tul>Emitters
Inputs
@Input() url: string;
@Input() title: string = 'Inicia sesión con Google';
@Input() style: StyleType = StyleType.STYLE1;Outputs
@Output() loginEmitter = new EventEmitter<ResponseEmitter>();Models
Enums
export enum Status {
WAITING,
SUCCESS,
ERROR
}
export enum StyleType {
STYLE1,
STYLE2
}Interfaces
export interface ResponseEmitter {
status: Status;
loading: boolean;
response?: any;
}Release History
0.0.1
- Structure was created
Pizza Owner
Andres Felipe Chia Avila
1.0.1
3 years ago
0.0.7-beta-A13.3
3 years ago
0.0.7-beta-A13.2
3 years ago
1.0.0
3 years ago
0.0.6-beta-CSH-7
3 years ago
0.0.7-beta-A13.1
3 years ago
0.0.7-beta-A13
3 years ago
0.0.7
3 years ago
0.0.6-beta.3
4 years ago
0.0.6-beta.2
4 years ago
0.0.6-beta.1
4 years ago
0.0.6
4 years ago
0.0.5
4 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago
0.0.0
5 years ago