✔️ Easy to integrate
✔️ Lightweight and fast performance
Install the package using NPM:
npm install @groupix/groupix-spinner --save
import { GroupixSpinnerModule } from '@groupix/groupix-spinner';
@NgModule({
declarations: [AppComponent],
imports: [GroupixSpinnerModule],
bootstrap: [AppComponent]
})
export class AppModule {}
<groupix-spinner></groupix-spinner>
🚀 Check out the live demo: Groupix Spinner Demo
Use Angular binding:
<groupix-spinner *ngIf="isLoading"></groupix-spinner>
<button (click)="isLoading = !isLoading">Toggle Spinner</button>
We ❤️ contributions! If you have any suggestions or want to improve this library, feel free to open an issue or submit a PR.
This project is licensed under the MIT License.