microsoft / powerbi-client-angular

Power BI Angular component. This library lets you embed Power BI report, dashboard, dashboard tile, report visual, or Q&A in your Angular application.
Other
135 stars 65 forks source link

Can't work with a low version of angular #40

Closed huynguyen-twentyci closed 9 months ago

huynguyen-twentyci commented 1 year ago

My app is built on Angular 7, and i failed to make it work with this package, even on version 1.0.1

ERROR in : Unexpected value 'PowerBIEmbedModule in /DocumentRoot/node_modules/powerbi-client-angular/powerbi-embed.module.d.ts' imported by the module 'FooModule in /DocumentRoot/src/app/foo/foo.module.ts'. Please add a @NgModule annotation.

v-MadhavC commented 1 year ago

The library supports Angular applications having version >= 13.

Please refer the Note section in Readme.md for this library.

Feel free to reach out for any other queries.