Ionic2 - How to get the latest / Nightly build

Hello,

I couldn’t find notes on how to get the nightly ionic2 build. I remember @brandyshea mentioning it to someone couple months ago but can’t find it.

Any tips / links ?

Thank you !

Give this a shot!

npm install --save ionic-angular@nightly

1 Like

But not only the nightly, the beta 11 will use Angular 2 RC4 and will change the controllers of Modals, Loadings, etc. Check this detailed diff:

After update the package.json manually, you need to execute npm install

1 Like