@sameera207 wrote:
Hi All,
I'm having the following
ts
code.import {Page, NavController} from 'ionic-framework/ionic'; @Page({ templateUrl: 'build/pages/home/home.html' }) export class HomePage { constructor(nav: NavController){ } }
and I'm getting the following error.
Error: Cannot resolve all parameters for 'HomePage'(?). Make sure that all the parameters are decorated with Inject or have valid type annotations and that 'HomePage' is decorated with Injectable. at NoAnnotationError.BaseException [as constructor]
I've had a look on the FAQ, ionic NavController example and the documentation. But I cannot spot an error on why its complaining. For me it seems like Im importing everything correctly.
What I could be doing wrong, thanks in advance
cheers,
Sam
Below are my system info
Your system information: Cordova CLI: 5.4.1 Gulp version: CLI version 3.9.0 Gulp local: Ionic Version: 2.0.0-beta.1 Ionic CLI Version: 2.0.0-beta.17 Ionic App Lib Version: 2.0.0-beta.8 ios-deploy version: Not installed ios-sim version: 5.0.2 OS: Mac OS X El Capitan Node Version: v4.1.1 Xcode version: Xcode 7.0.1 Build version 7A1001
Posts: 1
Participants: 1