UNPKG

ngx-mat-lib

Version:

A bunch of utilities and components to use in your Angular 7+ apps!

13 lines (12 loc) 406 B
import { ElementRef, AfterViewInit } from "@angular/core"; import { MatSpinner } from "@angular/material"; export declare class XmatSpinnerComponent implements AfterViewInit { private elementRef; spinner: MatSpinner; show: boolean; customParent: string; diameter: number; protected _show: boolean; constructor(elementRef: ElementRef); ngAfterViewInit(): void; }