Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.
/ Ngx-disabled-on-http Public archive

A library when click event sends HTTP request, disables tag until client gets response

Notifications You must be signed in to change notification settings

O-Q/Ngx-disabled-on-http

Repository files navigation

A library when click event sends HTTP request, disables tag until client gets response.

Install:

npm i ngx-disabled-on-http

Usage:

template:

<button [NgxDisabledOnHttp]="url" (click)="onButtonClicked()">Get Facts</button>

module:

imports: [
  ...,
  NgxDisabledOnHttpModule
];

Example:

See this or Clone repository and serve

About

A library when click event sends HTTP request, disables tag until client gets response

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published