@uiowa/spinner
Version:
(action-spinner) rotating circle spinner, used for actions such as button clicks. (loading-bar) beeping blocks, used for loading promises. (uiowa-ring) rotating golden and black spinner, used as loading indicator.
9 lines (8 loc) • 406 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class LoadingPlaceholderComponent implements OnInit {
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingPlaceholderComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingPlaceholderComponent, "loading-placeholder", never, {}, {}, never, never>;
}