@progress/kendo-angular-gauges
Version:
Kendo UI Angular Gauges
37 lines (36 loc) • 2.08 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 "./circular-gauge.component";
import * as i2 from "./center-template.directive";
import * as i3 from "./gauge-area.component";
import * as i4 from "./scale.component";
import * as i5 from "./labels.component";
/**
* Represents the [`NgModule`](link:site.data.urls.angular['ngmodules']) definition that includes the CircularGauge component and its directives.
* Import the `CircularGaugeModule` into your application
* [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
* that uses the CircularGauge component.
*
* @example
* ```ts
* import { NgModule } from '@angular/core';
* import { BrowserModule } from '@angular/platform-browser';
* import { CircularGaugeModule } from '@progress/kendo-angular-gauges';
* import { AppComponent } from './app.component';
*
* @NgModule({
* bootstrap: [AppComponent],
* declarations: [AppComponent],
* imports: [BrowserModule, CircularGaugeModule]
* })
* export class AppModule { }
* ```
*/
export declare class CircularGaugeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CircularGaugeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CircularGaugeModule, never, [typeof i1.CircularGaugeComponent, typeof i2.CircularGaugeCenterTemplateDirective, typeof i3.CircularGaugeAreaComponent, typeof i4.CircularGaugeScaleComponent, typeof i5.CircularGaugeLabelsComponent], [typeof i1.CircularGaugeComponent, typeof i2.CircularGaugeCenterTemplateDirective, typeof i3.CircularGaugeAreaComponent, typeof i4.CircularGaugeScaleComponent, typeof i5.CircularGaugeLabelsComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CircularGaugeModule>;
}