You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to build our app after installing the latest version of the pager plugin, I get errors like:
ERROR in ../node_modules/@nativescript-community/ui-pager/angular/fesm2015/nativescript-community-ui-pager-angular.mjs 215:12-29
Can't import the named export 'ɵɵqueryRefresh' from non EcmaScript module (only default export is available)
and
ERROR in ../node_modules/@nativescript-community/ui-pager/angular/fesm2015/nativescript-community-ui-pager-angular.mjs 351:37-60
Can't import the named export 'ChangeDetectionStrategy' from non EcmaScript module (only default export is available)
There are various errors like this (probably around 50) printed to the console that all affect the plugin.
We are using Angular 11.2.13 and Nativescript 8.0.11.
Is this something somebody else experiences with Nativescript Angular? Is it maybe related to a publishing mistake of the plugin?
The text was updated successfully, but these errors were encountered:
When attempting to build our app after installing the latest version of the pager plugin, I get errors like:
and
There are various errors like this (probably around 50) printed to the console that all affect the plugin.
We are using Angular
11.2.13
and Nativescript8.0.11
.Is this something somebody else experiences with Nativescript Angular? Is it maybe related to a publishing mistake of the plugin?
The text was updated successfully, but these errors were encountered: