1.0.0 • Published 2 years ago

@tul/holistics v1.0.0

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

Holistics

Management of tul services holistic.

Table of Contents

Installation

npm i @tul/holistics-tul --save

Usage

Html

<holistics-tul (loginEmitter)="holisticsEmitter($event)" [url]="environment.url + 'api/v1'" [token]="token-access" [appName]="appName">
</holistics-tul>

Emitters

Inputs

  @Input() url: string;
  @Input() token: string;
  @Input() appName: string;
  @Input() height: string='calc(100vh - 232px)';
  @Input() id: string;

Outputs

  @Output() holisticsEmitter = new EventEmitter<ResponseEmitter>();

Models

Enums

export enum Status {
  WAITING,
  SUCCESS,
  ERROR
}

Interfaces

export interface ResponseEmitter {
  status: Status;
  loading: boolean;
  response?: any;
}

Release History

  • 0.0.3

    • Logic and a new style were added
  • 0.0.2

    • First style added
  • 0.0.1

    • Structure was created

Pizza Owner

Andres Felipe Chia Avila