Ionic 2 rc0 ionicconfig?

Sorry I have a newbie question.
how do i change page transition clickblock settings etc in rc0, like:


Do i still use ionic bootstrap?

2 Likes

i have the same question, especially since in latest ionic2 the bootstrap changed, to be as required by angular 2.0 final.

ok the changelog has been updated with the answer to this and many more issues

Move any Ionic config to the IonicModule.forRoot(MyApp, {configObject}) in app.module.ts where its says configObject.

3 Likes