igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
15 lines (14 loc) • 855 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./chips-area.component";
import * as i2 from "./chip.component";
import * as i3 from "../directives/prefix/prefix.directive";
import * as i4 from "../directives/suffix/suffix.directive";
/**
* @hidden
* IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components
*/
export declare class IgxChipsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IgxChipsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxChipsModule, never, [typeof i1.IgxChipsAreaComponent, typeof i2.IgxChipComponent, typeof i3.IgxPrefixDirective, typeof i4.IgxSuffixDirective], [typeof i1.IgxChipsAreaComponent, typeof i2.IgxChipComponent, typeof i3.IgxPrefixDirective, typeof i4.IgxSuffixDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgxChipsModule>;
}