joanllenas/ngx-remotedata

Latest patch version is a breaking change for Angular 13

koenigderluegner opened this issue · 3 comments

Patch version 7.0.1 breaks usage of this package in Angular 13 - please consider it releasing as 8.0.0 or fixing it in 7.0.2 (or both)

Error:
TypeError: Cannot create property 'message' on string '...\node_modules\ngx-remotedata\fesm2015\ngx-remotedata.mjs: This application depends upon a library published using Angular version 14.0.7, which requires Angular version 14.0.0 or newer to
work correctly.
Consider upgrading your application to use a more recent version of Angular.

Thanks for reporting @koenigderluegner
Looking into it right now.

@koenigderluegner you can now install v7.0.2
I have also released v8 for Angular 14.

Thanks for reacting so quickly. Much appreciated!