I am attempting to add the Angular Report Viewer to and ASP.NET Zero project.
When I add
import { TelerikReportingModule } from '@progress/telerik-angular-report-viewer';
to the app.module.ts
I get the following error when starting the app.
core.js:1601 ERROR TypeError: $.blockUI is not a function
at Object.abp.ui.block (abp.blockUI.js:20)
at Object.abp.ui.setBusy (abp.spin.js:47)
at Array.<anonymous> (root.module.ts:27)
at ApplicationInitStatus.push../node_modules/@angular/core/fesm5/core.js.ApplicationInitStatus.runInitializers(core.js:3166)
at core.js:4740
at _callAndReportToErrorHandler (core.js:4883)
at core.js:4738
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (zone.js:388)
at Object.onInvoke (core.js:4071)
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (zone.js:387)
It seems related to this issue, https://support.aspnetzero.com/QA/Questions/6156.
Has anyone had any luck getting the angular report viewer working with ASP.NET Zero?