-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
Import NativeScriptHttpClientModule failed after upgrade to Nativescript 7 / Angular 10 #2277
Comments
Not a solution, but just an observation: Toggling
to |
@timdoege , sadly some libraries the project is using don't support Ivy yet so I can't enable Ivy now (nativescript-accordion, nativescript-ngx-shadow) |
I am having similar issue as below with NativeScriptRouterModule.
and same as above I can't set enableIvy to true as used nativescript-ui-charts and such other plugins in project. I tried setting it as true then code sharing stops working.
|
I am having the same issue regarding the NativeScriptHttpClientModule:
I am also setting My Angular/NativeScript dependencies:
|
@radu2501 Ivy cannot be disabled in latest angular.
Also make sure no And give it a run. |
Environment
Describe the bug
Context:
Issues:
To Reproduce
tns clean
tns platform add android
tns prepare android
tns prepare android
failed, got an error:Expected behavior
tns prepare android
successtns run android
Sample project
N/A
Additional context
xplat/nativescript/core/core.module.ts
apps/nativescript-app/tsconfig.json
:The text was updated successfully, but these errors were encountered: