@koalarx/ui
Version:
Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.
13 lines (12 loc) • 784 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { KoalaEnvironmentInterface } from "./environments/koalaEnvironment";
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "@angular/common/http";
import * as i3 from "./page/koala.page.module";
export declare class NgxKoalaModule {
static forRoot(environment: KoalaEnvironmentInterface): ModuleWithProviders<NgxKoalaModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxKoalaModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxKoalaModule, never, [typeof i1.CommonModule, typeof i2.HttpClientModule, typeof i3.KoalaPageModule], [typeof i2.HttpClientModule, typeof i3.KoalaPageModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxKoalaModule>;
}