UNPKG

@progress/kendo-angular-gauges

Version:
33 lines (32 loc) 1.33 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { GaugeAreaComponent } from '../base-components'; import { ConfigurationService } from '../services'; import * as i0 from "@angular/core"; /** * Represents the configuration options for the RadialGauge area. * This component controls the entire visible area of the RadialGauge. * * @example * ```ts * import { Component } from '@angular/core'; * * @Component({ * selector: 'my-app', * template: ` * <kendo-radialgauge-area background="lightblue"> * </kendo-radialgauge-area> * ` * }) * class AppComponent { * } * ``` */ export declare class RadialGaugeAreaComponent extends GaugeAreaComponent { protected configurationService: ConfigurationService; constructor(configurationService: ConfigurationService); static ɵfac: i0.ɵɵFactoryDeclaration<RadialGaugeAreaComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<RadialGaugeAreaComponent, "kendo-radialgauge-area", never, {}, {}, never, never, true, never>; }