UNPKG

angular-button-loader

Version:

Angular directive to display loading spinner on button and disable the button while performing async calls. It supports Angular 4+.

5 lines (4 loc) 147 B
import { ModuleWithProviders } from '@angular/core'; export declare class AngularButtonLoaderModule { static forRoot(): ModuleWithProviders; }