From New Angular2 Router support in Ionic still no dice. Not sure what’s in ionic 2 is breaking @angular /router latest. Can somebody shed some lights?
I’ve been looking at https://github.com/driftyco/ionic/blob/2.0/src/components/nav/test/routing/index.ts but that isn’t for the latest @angular /router
itlr
July 8, 2016, 1:48pm
2
They are integrating it, but it’s Work In Progress.
itlr
July 8, 2016, 2:55pm
4
Where do you see the message, I’ve googled extensively but I didn’t find anything.
@mhartington have said that repeatedly on the forum, too much questions about @angular/router
lately
It’s also in our changelog
<a name="3.9.2"></a>
## [3.9.2](https://github.com/ionic-team/ionic/compare/v3.9.1...v3.9.2) (2017-11-08)
## Upgrade Instructions
`ionic-angular` 3.9.2 is patch release of `ionic-angular` 3.9.1. To upgrade, follow the instructions [here](https://github.com/ionic-team/ionic/blob/master/CHANGELOG.md#390-2017-11-08) for updating to `ionic-angular` 3.9.0. After completing those steps, update the `ionic-angular` version to 3.9.2.
```
npm install ionic-angular@3.9.2 --save
```
### Bug Fixes
* **action-sheet:** remove ios inertia scroll to fix flicker ([c463b06](https://github.com/ionic-team/ionic/commit/c463b06)), closes [#13262](https://github.com/ionic-team/ionic/issues/13262)
<a name="3.9.1"></a>
## [3.9.1](https://github.com/ionic-team/ionic/compare/v3.9.0...v3.9.1) (2017-11-08)
## Upgrade Instructions
This file has been truncated. show original
1 Like
itlr
July 8, 2016, 4:23pm
7
Ye I did see that, I just wanted to try my luck. In another post someone mentioned that ionic 2 hasn’t been using @angular /router so it shouldn’t matter so I dived a bit deeper. Thanks for clarification anyway.