UNPKG

@progress/kendo-angular-gauges

Version:
51 lines (50 loc) 2.91 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_ARCGAUGE } from '../directives'; import { ThemeService } from '../services'; import * as i0 from "@angular/core"; import * as i1 from "./arc-gauge.component"; import * as i2 from "./arc-center-template.directive"; import * as i3 from "./gauge-area.component"; import * as i4 from "./scale.component"; import * as i5 from "./labels.component"; import * as i6 from "./colors.component"; import * as i7 from "./color.component"; // IMPORTANT: NgModule export kept for backwards compatibility /** * Represents the [`NgModule`](link:site.data.urls.angular['ngmodules']) definition that includes the ArcGauge component and its directives. * Import the `ArcGaugeModule` into your application * [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module * that will use the ArcGauge component. * * @example * ```typescript * import { NgModule } from '@angular/core'; * import { BrowserModule } from '@angular/platform-browser'; * import { ArcGaugeModule } from '@progress/kendo-angular-gauges'; * import { AppComponent } from './app.component'; * * @NgModule({ * bootstrap: [AppComponent], * declarations: [AppComponent], * imports: [BrowserModule, ArcGaugeModule] * }) * export class AppModule { } * ``` */ export class ArcGaugeModule { static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ArcGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: ArcGaugeModule, imports: [i1.ArcGaugeComponent, i2.ArcCenterTemplateDirective, i3.ArcGaugeAreaComponent, i4.ArcScaleComponent, i5.ArcLabelsComponent, i6.ColorsComponent, i7.ColorComponent], exports: [i1.ArcGaugeComponent, i2.ArcCenterTemplateDirective, i3.ArcGaugeAreaComponent, i4.ArcScaleComponent, i5.ArcLabelsComponent, i6.ColorsComponent, i7.ColorComponent] }); static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ArcGaugeModule, providers: [ThemeService], imports: [i1.ArcGaugeComponent] }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ArcGaugeModule, decorators: [{ type: NgModule, args: [{ exports: [...KENDO_ARCGAUGE], imports: [...KENDO_ARCGAUGE], providers: [ThemeService] }] }] });