/**----------------------------------------------------------------------------------------- * Copyright © 2024 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 "./sparkline.component"; import * as i2 from "./chart.module"; import * as i3 from "@angular/common"; import * as i4 from "@progress/kendo-angular-popup"; import * as i5 from "@progress/kendo-angular-common"; /** * A [module](link:site.data.urls.angular['ngmoduleapi']) that includes the Sparkline component and directives. * * Imports the SparklineModule into your application * [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module * that will use the Sparkline component. * * @example * ```ts-no-run * import { NgModule } from '@angular/core'; * import { BrowserModule } from '@angular/platform-browser'; * import { SparklineModule } from '@progress/kendo-angular-charts'; * import { AppComponent } from './app.component'; * * _@NgModule({ * bootstrap: [AppComponent], * declarations: [AppComponent], * imports: [BrowserModule, SparklineModule] * }) * export class AppModule { * } * ``` */ export declare class SparklineModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }