-
-
Notifications
You must be signed in to change notification settings - Fork 241
JS ERROR Error: not implemented #345
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
I believe this is the same as #305.
|
You're right – it's the same issue. Thanks, for pointing that out. Resolved. |
So what is the implementation of this? I am new to AngularJS and Nativescript. Where is the Bootstrap function and how do provide HTTP_PROVIDERS in the function? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @chiefmc on July 13, 2016 17:49
Hello there,
i'm getting hard times getting a pretty simple code to work in NativeScript 2.1.1 - Angular 2 2.0.0-rc3:
After the launch the app crashes with the following log:
To me it looks like the xhr_backend.js module it trying to call getCookie() on an getDom() which is null.
What am I doing wrong?
Copied from original issue: NativeScript/NativeScript#2452
The text was updated successfully, but these errors were encountered: