UNPKG

@groupix/groupix-spinner

Version:

A lightweight Angular spinner library with customizable ball count, size, speed, and loading text

15 lines (14 loc) 701 B
import { OnChanges, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class GroupixSpinnerComponent implements OnChanges, OnInit { ballCount: number; size: 'sm' | 'm' | 'l' | 'xl' | 'xxl'; balls: number[]; sizeClass: string; ngOnInit(): void; ngOnChanges(): void; private updateBallCount; private updateSizeClass; static ɵfac: i0.ɵɵFactoryDeclaration<GroupixSpinnerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GroupixSpinnerComponent, "groupix-spinner", never, { "ballCount": { "alias": "ballCount"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>; }