@progress/kendo-angular-grid
Version:
Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.
33 lines (32 loc) • 1.59 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2026 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 "@progress/kendo-angular-icons";
import * as i2 from "./csv.component";
import * as i3 from "./csv-command.directive";
import * as i4 from "./csv-command-tool.directive";
/**
* Defines the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) for the CSV component of the Grid.
*
* @example
* ```ts
* import { NgModule } from '@angular/core';
* import { BrowserModule } from "@angular/platform-browser";
* import { GridModule, CSVModule } from '@progress/kendo-angular-grid';
* import { AppComponent } from './app.component';
*
* _@NgModule({
* declarations: [AppComponent],
* imports: [BrowserModule, GridModule, CSVModule],
* bootstrap: [AppComponent]
* })
* export class AppModule {}
* ```
*/
export declare class CSVModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CSVModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CSVModule, never, [typeof i1.IconComponent, typeof i1.SVGIconComponent, typeof i2.CSVComponent, typeof i3.CSVCommandDirective, typeof i4.CSVCommandToolbarDirective], [typeof i2.CSVComponent, typeof i3.CSVCommandDirective, typeof i4.CSVCommandToolbarDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CSVModule>;
}