Angular Buttons with built-in loading indicators. Indicate the loading state of the button bridging the gap between action and feedback.
ExamplesCancellable on click by default.
Border (default spinner) Grow Disabled on loadingNon cancellable on click.
API reference LoadingButton Moduleimport { LoadingButtonModule } from '@coreui/angular';
@NgModule({
imports: [LoadingButtonModule,]
})
export class AppModule() { }
cLoadingButton
directive
Inputs name description type defaultdisabledOnLoading
Makes button disabled when loading. boolean
false loading
Loading state (set to true to start animation). boolean
false spinnerType
Type of spinner. border
| grow
border Outputs name description type loadingChange
Event emitted on loading
change. boolean
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4