-
-
Notifications
You must be signed in to change notification settings - Fork 241
Not all modules from @nativescript/angular are exported to nativescript-angular #2059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @mukaschultze, thanks for reporting this. We are preparing a patch addressing this breaking change. Meanwhile, could you please share the plugins you've found broken by this? Thanks! |
@tbozhikov |
nativescript-masked-textfield is also broken. it looks for nativescript-angular/forms/value-accessors/text-value-accessor which is missing from nativescript-angular package. |
The Jasmine import is also to be corrected.
|
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
Modules like
@nativescript/angular/app-host-view
,@nativescript/angular/common/detached-loader
, and@nativescript/angular/common/utils
are not exported tonativescript-angular
, this causes backwards incompatibility with some plugins.To Reproduce
Causes the following error:
Expected behavior
nativescript-angular
should export all modules from@nativescript/angular
to keep backward compatibility.Sample project
Additional context
The text was updated successfully, but these errors were encountered: