@progress/kendo-angular-gauges
Version:
Kendo UI Angular Gauges
39 lines (38 loc) • 2.16 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
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";
/**
* 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 declare class ArcGaugeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ArcGaugeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ArcGaugeModule, never, [typeof i1.ArcGaugeComponent, typeof i2.ArcCenterTemplateDirective, typeof i3.ArcGaugeAreaComponent, typeof i4.ArcScaleComponent, typeof i5.ArcLabelsComponent, typeof i6.ColorsComponent, typeof i7.ColorComponent], [typeof i1.ArcGaugeComponent, typeof i2.ArcCenterTemplateDirective, typeof i3.ArcGaugeAreaComponent, typeof i4.ArcScaleComponent, typeof i5.ArcLabelsComponent, typeof i6.ColorsComponent, typeof i7.ColorComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ArcGaugeModule>;
}