powerbi-client-angular
Version:
Angular wrapper for powerbi-client library
15 lines (14 loc) • 1.61 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/powerbi-embed/powerbi-embed.component";
import * as i2 from "./components/powerbi-dashboard-embed/powerbi-dashboard-embed.component";
import * as i3 from "./components/powerbi-paginated-report-embed/powerbi-paginated-report-embed.component";
import * as i4 from "./components/powerbi-qna-embed/powerbi-qna-embed.component";
import * as i5 from "./components/powerbi-report-embed/powerbi-report-embed.component";
import * as i6 from "./components/powerbi-tile-embed/powerbi-tile-embed.component";
import * as i7 from "./components/powerbi-visual-embed/powerbi-visual-embed.component";
import * as i8 from "./components/powerbi-create-report/powerbi-create-report.component";
export declare class PowerBIEmbedModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PowerBIEmbedModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PowerBIEmbedModule, [typeof i1.PowerBIEmbedComponent, typeof i2.PowerBIDashboardEmbedComponent, typeof i3.PowerBIPaginatedReportEmbedComponent, typeof i4.PowerBIQnaEmbedComponent, typeof i5.PowerBIReportEmbedComponent, typeof i6.PowerBITileEmbedComponent, typeof i7.PowerBIVisualEmbedComponent, typeof i8.PowerBICreateReportEmbedComponent], never, [typeof i2.PowerBIDashboardEmbedComponent, typeof i3.PowerBIPaginatedReportEmbedComponent, typeof i4.PowerBIQnaEmbedComponent, typeof i5.PowerBIReportEmbedComponent, typeof i6.PowerBITileEmbedComponent, typeof i7.PowerBIVisualEmbedComponent, typeof i8.PowerBICreateReportEmbedComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PowerBIEmbedModule>;
}