angular-bootstrap-md
Version:
Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.
23 lines (22 loc) • 794 B
TypeScript
import { ElementRef, OnInit, Renderer2 } from '@angular/core';
import { Utils } from '../utils';
import * as i0 from "@angular/core";
export declare class MdbIconComponent implements OnInit {
private _el;
private _renderer;
icon: string;
size: string;
class: string;
classInside: string;
fab: boolean;
far: boolean;
fal: boolean;
fad: boolean;
fas: boolean;
sizeClass: string;
utils: Utils;
constructor(_el: ElementRef, _renderer: Renderer2);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MdbIconComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MdbIconComponent, "mdb-icon", never, { "icon": "icon"; "size": "size"; "class": "class"; "classInside": "classInside"; }, {}, never, never, false, never>;
}