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
11 lines (10 loc) • 551 B
TypeScript
import { ThemeService } from './theme.service';
import { PlatformService } from './platform.service';
import { PortalService } from './portal.service';
import { RippleService } from './ripple.service';
import { TelegramService } from './telegram.service';
import { AppearanceType } from './theme.service';
import { PlatformType } from './platform.service';
import { RippleWave } from './ripple.service';
export { ThemeService, PlatformService, PortalService, RippleService, TelegramService };
export type { AppearanceType, PlatformType, RippleWave };