UNPKG

ng-zorro-antd-mobile

Version:

An enterprise-class mobile UI components based on Ant Design and Angular

27 lines (26 loc) 1.1 kB
import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ActivityIndicatorComponent implements OnInit { prefixCls: string; spinnerClass: object; private _text; private _size; private _toast; private _animating; get animating(): boolean; set animating(v: boolean); set size(v: string); get toast(): boolean; set toast(v: boolean); get text(): string; set text(v: string); clsActIndicator: boolean; clsActIndicatorToast: any; clsActIndicatorLg: any; clsActIndicatorSm: any; constructor(); setClass(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ActivityIndicatorComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ActivityIndicatorComponent, "ActivityIndicator , nzm-ctivity-indicator", never, { "animating": { "alias": "animating"; "required": false; }; "size": { "alias": "size"; "required": false; }; "toast": { "alias": "toast"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, false, never>; }