@progress/kendo-angular-gauges
Version:
Kendo UI Angular Gauges
28 lines (27 loc) • 1.54 kB
JavaScript
/**-----------------------------------------------------------------------------------------
* 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 { ArcScaleComponent } from '../arc-gauge/scale.component';
import * as i0 from "@angular/core";
/**
* The configuration options for the scale of the Circular Gauge
* ([see example]({% slug scaleoptions_circulargauge %})).
*/
export class CircularGaugeScaleComponent extends ArcScaleComponent {
/**
* @hidden
*/
endAngle;
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeScaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CircularGaugeScaleComponent, isStandalone: true, selector: "kendo-circulargauge-scale", usesInheritance: true, ngImport: i0, template: '', isInline: true });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeScaleComponent, decorators: [{
type: Component,
args: [{
selector: 'kendo-circulargauge-scale',
template: '',
standalone: true
}]
}] });