@webilix/ngx-helper-m3
Version:
Helper library for Angular and Material 3
17 lines (16 loc) • 926 B
TypeScript
import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgxHelperLoaderComponent implements OnInit, OnChanges {
loaderSize: string;
loaderColor: string;
mode: 'SPINNER' | 'DOTS-SPINNER' | 'WHEEL-SPINNER';
size: number;
color: string;
padding?: string;
margin?: string;
ngOnInit(): void;
ngOnChanges(changes: SimpleChanges): void;
init(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxHelperLoaderComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxHelperLoaderComponent, "ngx-helper-loader", never, { "mode": { "alias": "mode"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; }, {}, never, never, true, never>;
}