UNPKG

@progress/kendo-angular-gauges

Version:
17 lines (16 loc) 996 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { RadialLabelsComponent } from '../radial-gauge/labels.component'; import { ConfigurationService } from '../services'; import * as i0 from "@angular/core"; /** * The configuration options for the scale labels of the ArcGauge. */ export declare class ArcLabelsComponent extends RadialLabelsComponent { protected configurationService: ConfigurationService; constructor(configurationService: ConfigurationService); static ɵfac: i0.ɵɵFactoryDeclaration<ArcLabelsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ArcLabelsComponent, "kendo-arcgauge-scale-labels", never, {}, {}, never, never, true, never>; }