Unexpected token while trying to inject NavController

This has been answered on other thread.

Check This discussion here

Basically, nav: NavController is used in TypeScript and you are only using Javascript.
If you got that from example scattered on internet, probably those example are based on older build of Ionic2.

Cheers.

1 Like