UNPKG

@progress/telerik-angular-report-viewer

Version:

Progress® Telerik® Report Viewer for Angular

34 lines (33 loc) 1.21 kB
import * as i0 from "@angular/core"; import * as i1 from "./telerik-report-viewer.component"; import * as i2 from "@angular/common"; /** * Represents the [NgModule](https://angular.io/docs/ts/latest/guide/ngmodule.html) * definition for the Telerik Report Viewer component. * * @example * * ```ts-no-run * // Import the Grid module * import { TelerikReportingModule } from './telerik-reporting/telerik-reporting.module'; * * import { NgModule } from '@angular/core'; * * // Import the app component * import { AppComponent } from './app.component'; * * // Define the app module * @@NgModule({ * declarations: [AppComponent], // declare app component * imports: [BrowserModule, TelerikReportingModule], // import Grid module * bootstrap: [AppComponent] * }) * export class AppModule {} * * ``` */ export declare class TelerikReportingModule { static ɵfac: i0.ɵɵFactoryDeclaration<TelerikReportingModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<TelerikReportingModule, [typeof i1.TelerikReportViewerComponent], [typeof i2.CommonModule], [typeof i1.TelerikReportViewerComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<TelerikReportingModule>; }