[RC0] [CLOSED] can't resolve all parameters for NavParams

app.component.ts

import { NavParams } from 'ionic-angular';

...


@NgModule({
  providers: [
    NavParams
  ]
})

Got the title error, what am I missing?

Same error to ViewController

1 Like

What was the solution for this ? and Why this issue got Closed ?