UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

8 lines (7 loc) 979 B
import { IgxProgressBarGradientDirective, IgxProgressBarTextTemplateDirective } from './progressbar.common'; import { IgxCircularProgressBarComponent, IgxLinearProgressBarComponent } from './progressbar.component'; export * from './progressbar.common'; export { IgxTextAlign, IgxProgressType, IChangeProgressEventArgs, IgxLinearProgressBarComponent, IgxCircularProgressBarComponent } from './progressbar.component'; export declare const IGX_PROGRESS_BAR_DIRECTIVES: readonly [typeof IgxLinearProgressBarComponent, typeof IgxCircularProgressBarComponent, typeof IgxProgressBarTextTemplateDirective, typeof IgxProgressBarGradientDirective]; export declare const IGX_LINEAR_PROGRESS_BAR_DIRECTIVES: readonly [typeof IgxLinearProgressBarComponent, typeof IgxProgressBarGradientDirective]; export declare const IGX_CIRCULAR_PROGRESS_BAR_DIRECTIVES: readonly [typeof IgxCircularProgressBarComponent, typeof IgxProgressBarTextTemplateDirective, typeof IgxProgressBarGradientDirective];