@koalarx/ui
Version:
Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.
13 lines (12 loc) • 643 B
TypeScript
import { OnInit } from "@angular/core";
import { IconsAnimatedService } from "../../icons-animated.service";
import * as i0 from "@angular/core";
export declare class LoadingIconAnimatedComponent implements OnInit {
iconService: IconsAnimatedService;
size?: number;
color?: string;
constructor(iconService: IconsAnimatedService);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingIconAnimatedComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingIconAnimatedComponent, "koala-icon-animated-loading", never, { "size": "size"; "color": "color"; }, {}, never, never, false>;
}