ngx-bootstrap
Version:
Angular Bootstrap
11 lines (10 loc) • 587 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./slide.component";
import * as i2 from "./carousel.component";
export declare class CarouselModule {
static forRoot(): ModuleWithProviders<CarouselModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CarouselModule, never, [typeof i1.SlideComponent, typeof i2.CarouselComponent], [typeof i1.SlideComponent, typeof i2.CarouselComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CarouselModule>;
}