ngx-obelisco-example
Version:
Componentes funcionales y reutilizables para Angular.
12 lines (11 loc) • 838 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./o-banner.component";
import * as i2 from "./o-banner-icon/o-banner-icon.component";
import * as i3 from "./o-banner-actions/o-banner-actions.component";
import * as i4 from "./o-banner-text/o-banner-text.component";
import * as i5 from "@angular/common";
export declare class OBannerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<OBannerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<OBannerModule, [typeof i1.OBannerComponent, typeof i2.OBannerIconComponent, typeof i3.OBannerActionsComponent, typeof i4.OBannerTextComponent], [typeof i5.CommonModule], [typeof i1.OBannerComponent, typeof i2.OBannerIconComponent, typeof i3.OBannerActionsComponent, typeof i4.OBannerTextComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<OBannerModule>;
}