Skip to content

Conversation

hdeshev
Copy link
Contributor

@hdeshev hdeshev commented Aug 19, 2016

The Mother of All Pull Requests!

  • Migrate to Angular 2 RC5.
  • Bootstrapping apps now done with NgModule's. The old nativescriptBootstrap method is gone, and apps should switch to the platformNativeScriptDynamic().bootstrapModule(MyAppModule) API. Yes, ALL CLIENT APPS NEED TO BE CHANGED
  • The library entrypoint is now the nativescript-angular/platform module. Import NativeScriptRouterModule from nativescript-angular/router and NativeScriptFormsModule from nativescript-angular/forms respectively if you want to use routing and form value accessor directives.
  • Remove all traces of router-deprecated.

Known Issues

  • Karma test runner almost always hangs on Travis (yes, again!)
  • tests/app/tests/snippets.ts test never raises router NavigationStart event.

Ping @nsndeck, @vakrilov

@hdeshev
Copy link
Contributor Author

hdeshev commented Aug 19, 2016

I published the package to npm as version 0.4.0-beta1 under the angular2-rc5, so people could try it out easily :)

@nsndeck
Copy link
Contributor

nsndeck commented Aug 19, 2016

👍

1 similar comment
@vakrilov
Copy link
Contributor

👍

@mko
Copy link

mko commented Aug 26, 2016

Any idea when this will be integrated?

@NathanWalker
Copy link
Contributor

@hdeshev I was able to use the 0.4.0-beta1 tag to update https://github.com/NathanWalker/angular2-seed-advanced to rc.5 and it works great.
Thank you for that 👍

@hdeshev hdeshev force-pushed the hdeshev/ng-rc5 branch 3 times, most recently from 9b027ed to 7dd4b0e Compare August 30, 2016 13:03
hdeshev and others added 4 commits August 30, 2016 16:03
- Switch to Node 6.4.0 for Travis.
- Add explicit timeouts in appium test initial waits.
- Get rid of explicit platform add.
@hdeshev hdeshev merged commit 20120f2 into master Aug 30, 2016
@sis0k0 sis0k0 deleted the hdeshev/ng-rc5 branch August 3, 2017 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants