@mohammed2raja wrote:
I have code written with IONIC 2.0.0-beta.19.
I updated it to the latst IONIC 2.0.0-beta.25, but my whole project stops working and gives many syntax error.
Some of errors at these lines:
export class Login {
userForm: any;
constructor(nav: NavController, params: NavParams, commonService:CommonService, platform: Platform)
}
These declaration is not working in latest build.export class SingletonService
{
static instance:SingletonService;
static isCreating:Boolean = false;
access_token: String;
user_id: String;
}
It is also not working.Please help me to resolve it.
Thanks in advance.
Posts: 2
Participants: 2