@betokyo/ui-components
Version:
As part of a school project, the BeTokyo UI components library allows us to reuse components in each of our web apps.
16 lines (15 loc) • 1.22 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./button/button.component";
import * as i2 from "./navbar/navbar.component";
import * as i3 from "./calendar/calendar.component";
import * as i4 from "./turn-schedule/turn-schedule.component";
import * as i5 from "./service-list/service-list.component";
import * as i6 from "./booking-summary/booking-summary.component";
import * as i7 from "./header/header.component";
import * as i8 from "@angular/common";
import * as i9 from "@angular/platform-browser";
export declare class BeTokyoModule {
static ɵfac: i0.ɵɵFactoryDeclaration<BeTokyoModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<BeTokyoModule, [typeof i1.ButtonComponent, typeof i2.NavbarComponent, typeof i3.CalendarComponent, typeof i4.TurnScheduleComponent, typeof i5.ServiceListComponent, typeof i6.BookingSummaryComponent, typeof i7.HeaderComponent], [typeof i8.CommonModule, typeof i9.BrowserModule], [typeof i1.ButtonComponent, typeof i2.NavbarComponent, typeof i3.CalendarComponent, typeof i4.TurnScheduleComponent, typeof i5.ServiceListComponent, typeof i6.BookingSummaryComponent, typeof i7.HeaderComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<BeTokyoModule>;
}