igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
13 lines (12 loc) • 868 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./progressbar.component";
import * as i2 from "./progressbar.common";
/**
* @hidden
* IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components
*/
export declare class IgxProgressBarModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IgxProgressBarModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxProgressBarModule, never, [typeof i1.IgxLinearProgressBarComponent, typeof i1.IgxCircularProgressBarComponent, typeof i2.IgxProgressBarTextTemplateDirective, typeof i2.IgxProgressBarGradientDirective], [typeof i1.IgxLinearProgressBarComponent, typeof i1.IgxCircularProgressBarComponent, typeof i2.IgxProgressBarTextTemplateDirective, typeof i2.IgxProgressBarGradientDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgxProgressBarModule>;
}