@syncfusion/reporting-angular
Version:
The Syncfusion Reporting UI components for Angular contains `Report Viewer` and `Report Designer` Angular components for enterprise web development. Empower your web application with feature-rich report preview, edit, and customization capabilities that a
9 lines (8 loc) • 322 B
TypeScript
import { ModuleWithProviders } from "@angular/core";
export * from './ej/reportviewer.component';
export * from './ej/reportdesigner.component';
export * from './ej/core';
export { EJTemplateDirective } from './ej/template';
export declare class ReportsAngularModule {
static forRoot(): ModuleWithProviders;
}