This library was generated with Angular CLI version 17.3.0.
NGX SKAPA LOADING is an Angular library for loading-page showing a dynamically multi-lang changed message with SKAPA loading bouncing ball.
Use the package manager npm to install SKAPA-LOADING.
npm install ngx-bouncing-ball-loader
import { SkapaLoadingComponent, SkapaLoadingService } from 'ngx-skapa-loading';
constructor(private SkapaLoadingService: SkapaLoadingService) {}
this.SkapaLoadingService.showLoader();
this.SkapaLoadingService.hideLoader();
<ngx-skapa-loading [lang]="'ar'"></ngx-skapa-loading>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.