UNPKG

@progress/kendo-angular-gauges

Version:
38 lines (37 loc) 1.82 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { Component } from '@angular/core'; import { ArcGaugeAreaComponent } from '../arc-gauge/gauge-area.component'; import * as i0 from "@angular/core"; /** * Represents the configuration options of the Circular Gauge area. * Sets up the entire visible area of the CircularGauge. * * @example * ```typescript * @Component({ * selector: 'my-app', * template: ` * <kendo-circulargauge> * <kendo-circulargauge-area background="lightblue" margin="10"> * </kendo-circulargauge-area> * </kendo-circulargauge> * ` * }) * export class AppComponent { } * ``` */ export class CircularGaugeAreaComponent extends ArcGaugeAreaComponent { static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CircularGaugeAreaComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CircularGaugeAreaComponent, isStandalone: true, selector: "kendo-circulargauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CircularGaugeAreaComponent, decorators: [{ type: Component, args: [{ selector: 'kendo-circulargauge-area', template: '', standalone: true }] }] });