app.component.ts
import { NavParams } from 'ionic-angular';
...
@NgModule({
providers: [
NavParams
]
})
Got the title error, what am I missing?
Same error to ViewController
app.component.ts
import { NavParams } from 'ionic-angular';
...
@NgModule({
providers: [
NavParams
]
})
Got the title error, what am I missing?
Same error to ViewController
What was the solution for this ? and Why this issue got Closed ?