ngx-disabled-on-http
TypeScript icon, indicating that this package has built-in type declarations

0.0.2-2 • Public • Published

NgxDisabledOnHttp

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

Usage:

template:

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

module:

imports: [
  ...,
  NgxDisabledOnHttpModule
];

Example:

Clone repository and serve

/ngx-disabled-on-http/

    Package Sidebar

    Install

    npm i ngx-disabled-on-http

    Weekly Downloads

    4

    Version

    0.0.2-2

    License

    MIT

    Unpacked Size

    96.3 kB

    Total Files

    29

    Last publish

    Collaborators

    • miakova