UNPKG

@progress/kendo-angular-gauges

Version:
53 lines (52 loc) 3.07 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { NgModule } from '@angular/core'; import { KENDO_RADIALGAUGE } from '../directives'; import { ThemeService } from '../services'; import * as i0 from "@angular/core"; import * as i1 from "./radial-gauge.component"; import * as i2 from "./gauge-area.component"; import * as i3 from "./scale.component"; import * as i4 from "./labels.component"; import * as i5 from "./pointers.component"; import * as i6 from "./pointer.component"; import * as i7 from "./range.component"; import * as i8 from "./ranges.component"; // IMPORTANT: NgModule export kept for backwards compatibility /** * Represents the [NgModule](link:site.data.urls.angular['ngmodules']) definition that includes the RadialGauge component and its directives. * Import the RadialGaugeModule into your application * [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module * that uses the RadialGauge component. * * @example * ```ts * import { NgModule } from '@angular/core'; * import { BrowserModule } from '@angular/platform-browser'; * import { RadialGaugeModule } from '@progress/kendo-angular-gauges'; * import { AppComponent } from './app.component'; * * @NgModule({ * bootstrap: [AppComponent], * declarations: [AppComponent], * imports: [BrowserModule, RadialGaugeModule] * }) * export class AppModule { * } * ``` */ export class RadialGaugeModule { static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RadialGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RadialGaugeModule, imports: [i1.RadialGaugeComponent, i2.RadialGaugeAreaComponent, i3.RadialScaleComponent, i4.RadialLabelsComponent, i5.RadialPointersComponent, i6.RadialPointerComponent, i7.RadialRangeComponent, i8.RadialRangesComponent], exports: [i1.RadialGaugeComponent, i2.RadialGaugeAreaComponent, i3.RadialScaleComponent, i4.RadialLabelsComponent, i5.RadialPointersComponent, i6.RadialPointerComponent, i7.RadialRangeComponent, i8.RadialRangesComponent] }); static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RadialGaugeModule, providers: [ThemeService], imports: [i1.RadialGaugeComponent] }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RadialGaugeModule, decorators: [{ type: NgModule, args: [{ exports: [...KENDO_RADIALGAUGE], imports: [...KENDO_RADIALGAUGE], providers: [ThemeService] }] }] });