UNPKG

@progress/kendo-angular-progressbar

Version:

Kendo UI Angular component starter template

20 lines (19 loc) 1.49 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ export { ProgressBarComponent } from './progressbar.component'; export { ChunkProgressBarComponent } from './chunk/chunk-progressbar.component'; export { CircularProgressBarComponent } from './circularprogressbar/circular-progressbar.component'; export { ProgressBarOrientation } from './types/progressbar-orientation'; export { LabelSettings } from './types/label-settings.interface'; export { LabelPosition } from './types/label-position'; export { LabelFn } from './types/label-fn-type'; export { LabelType } from './types/label-type'; export { ProgressBarAnimation } from './types/progressbar-animation.interface'; export { ProgressBarModule } from './progressbar.module'; export { CircularProgressbarCenterTemplateDirective } from './circularprogressbar/center-template.directive'; export { ProgressColor } from './circularprogressbar/models/circular-progressbar-progress-color-interface'; export { LocalizedProgressBarMessagesDirective } from './common/localization/localized-messages.directive'; export { ProgressBarCustomMessagesComponent } from './common/localization/custom-messages.component'; export * from './directives';