ionic2-angular2-firebase icon indicating copy to clipboard operation
ionic2-angular2-firebase copied to clipboard

Getting errors when I run ionic serve --lab

Open scottycoupa opened this issue 8 years ago • 3 comments

[15:45:59] lint finished in 3.57 s [15:46:01] typescript: src/pages/signup/signup.ts, line: 115 Property 'status' does not exist on type 'XMLHttpRequestEventTarget'.

 L114:  xhr.onload = function (e) {

[15:46:01] typescript: src/pages/signup/signup.ts, line: 116 L115: if (this.status === 200) { L116: var myBlob = this.response;

        Property 'response' does not exist on type 'XMLHttpRequestEventTarget'.

 L115:  if (this.status === 200) {
 L116:      var myBlob = this.response;
 L117:      // myBlob is now the blob that the object URL pointed to.

scottycoupa avatar Feb 08 '17 23:02 scottycoupa

same here

hamzadiaz avatar Feb 24 '18 19:02 hamzadiaz

Guys, this repo isn't supported anymore, at least by me. I have started it when ionic 2 was still in development so that developers can get started with the framework. Of course many changes (obviously breaking changes) have happened till now and you get those errors. In case you wish to contribute feel free to send me a pull request.

chsakell avatar Feb 24 '18 19:02 chsakell

It is so sad to hear that since this is really one of the greatest projects of ionic I have ever found, but thank you for letting us know. I was trying to upgrade to latest ionic 3 following your blog post on chsakell.com, but as you said a lot has changed since ionic 2 and angular 2 now we have Ionic 3 and angular 4 and it is definitely hard to upgrade.

hamzadiaz avatar Feb 24 '18 19:02 hamzadiaz