-
-
Notifications
You must be signed in to change notification settings - Fork 240
Description
For my mobile app, I've been using the 9th beta of angular 2 (mostly because I had issues when I used more recent versions). But now, angular 2 is in its 17th beta so I decided I'll give it a shot.
And by running the command "npm outdated" I also noticed I had outdated plugins. So obviously I updated those plugins (those I could because of the dependency thing).
So when I used the latest version of angular 2 and nativescript-angular, I have this error in the console (but I was able to launch the application, which I wasn't able to do with versions of angular 2 between the 9th and the 17th beta). So I decided to use an older version of nativescript-angular (0.0.45) and keep using the latest version of angular 2 : and I have this error now.
What am i missing ?
THank you