Augury Router Tree?

The Augury debugging extension for the Chrome browser developer tools has a Router Tree panel. Should it work with the router we’re using in Ionic 2 RC1 (as in the starter app)? I understand you need to “inject the router into your root component” for it to work. I tried adding this in my app.module.ts:

import {NavController} from 'ionic-angular';

but I couldn’t get that to build.