UNPKG

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

13 lines (12 loc) • 605 B
import { PlatformService } from '../../../services/platform.service'; import * as i0 from "@angular/core"; /** * Renders a container for list items, applying platform-specific styles for consistency * across different operating systems. This component serves as a foundational element * for creating lists in a user interface. */ export declare class ListComponent { protected platformService: PlatformService; static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "tgui-list", never, {}, {}, never, ["*"], true, never>; }