tgui-angular
Version:
🚀 Angular UI library for Telegram Web Apps with modern components and theming support | 💼 Author is open to work opportunities | 📧 Contact: a.blagovestnov@gmail.com | 💬 Telegram: @ablagovestnov
16 lines (15 loc) • 722 B
TypeScript
import { OnChanges, SimpleChanges, ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TguiDynamicIconComponent implements OnChanges {
icon: string;
iconContainer: ViewContainerRef;
private componentRef;
private readonly iconSizes;
ngOnChanges(changes: SimpleChanges): void;
private loadIconComponent;
private hasSize;
private formatIconComponentName;
private toCamelCase;
static ɵfac: i0.ɵɵFactoryDeclaration<TguiDynamicIconComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TguiDynamicIconComponent, "tgui-dynamic-icon", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, true, never>;
}