1.0.1 • Published 2 years ago

@tul/login v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Security

Management of tul services login via google.

Table of Contents

Installation

npm i @tul/login --save

Usage

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

2 years ago

0.0.7-beta-A13.3

2 years ago

0.0.7-beta-A13.2

2 years ago

1.0.0

2 years ago

0.0.6-beta-CSH-7

2 years ago

0.0.7-beta-A13.1

2 years ago

0.0.7-beta-A13

2 years ago

0.0.7

2 years ago

0.0.6-beta.3

2 years ago

0.0.6-beta.2

2 years ago

0.0.6-beta.1

2 years ago

0.0.6

2 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago