igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
14 lines (13 loc) • 919 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./carousel.component";
import * as i2 from "./slide.component";
import * as i3 from "./carousel.directives";
/**
* @hidden
* IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components
*/
export declare class IgxCarouselModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IgxCarouselModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxCarouselModule, never, [typeof i1.IgxCarouselComponent, typeof i2.IgxSlideComponent, typeof i3.IgxCarouselIndicatorDirective, typeof i3.IgxCarouselNextButtonDirective, typeof i3.IgxCarouselPrevButtonDirective], [typeof i1.IgxCarouselComponent, typeof i2.IgxSlideComponent, typeof i3.IgxCarouselIndicatorDirective, typeof i3.IgxCarouselNextButtonDirective, typeof i3.IgxCarouselPrevButtonDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgxCarouselModule>;
}