Page Content
This is the loaded content.
import { Component } from '@angular/core'; import { CommonModule } from '@angular/common'; import { FormsModule } from '@angular/forms'; import { LoadingSpinnerComponent } from 'ui-essentials'; @Component({ selector: 'ui-loading-spinner-demo', standalone: true, imports: [CommonModule, FormsModule, LoadingSpinnerComponent], template: `
{{ size }}
{{ type }}
{{ variant }}
{{ speed }}
With Label
Processing
Uploading
Normal
Disabled
Spinner clicked: {{ clickCount }} times
}This is the loaded content.
✅ Data processed successfully!