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
I first checked for missing DI imports and circular references, but everything was / is fine here, and worked without any changes before. A downgrade of the @angular packages solved it again.
I choose nativescript-angular as issue target, as it seems there is some incompatibility between nativescript and angular in that case. If I was wrong, please excuse me.
Thx.
The text was updated successfully, but these errors were encountered:
@noomieware are you by chance using Webpack bundling? If so please notice this issue (which is fixed with the next nativescript-dev-webpack and nativescript-angular) or try the following solution.
Closing this one due to inactivity but please do let us know if you need further assistance.
Make sure to check the existing issues in this repository
None found.
If there is no issue for your problem, tell us about it
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
"version": "4.2.0"
},
"tns-android": {
"version": "4.2.0"
}
Please, tell us how to recreate the issue in as much detail as possible.
Issue shows up, if I update @angular/* to >6.1.8. No error with 6.1.0 dependencies.
an npm update installed newer @angular packages, due to having ~6.1.0 in package.json (as it is set by cli). With that in place I got:
I first checked for missing DI imports and circular references, but everything was / is fine here, and worked without any changes before. A downgrade of the @angular packages solved it again.
full stacktrace
I choose nativescript-angular as issue target, as it seems there is some incompatibility between nativescript and angular in that case. If I was wrong, please excuse me.
Thx.
The text was updated successfully, but these errors were encountered: