UNPKG

@progress/kendo-angular-progressbar

Version:

Kendo UI Angular component starter template

13 lines (12 loc) 1.01 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 { ProgressBarModule } from './progressbar.module'; export { CircularProgressbarCenterTemplateDirective } from './circularprogressbar/center-template.directive'; export { LocalizedProgressBarMessagesDirective } from './common/localization/localized-messages.directive'; export { ProgressBarCustomMessagesComponent } from './common/localization/custom-messages.component'; export * from './directives';