miliu99

Results 8 comments of miliu99

How comes I just installed it and still get this error? I'm using angular v2.4.9 though and webpack.

I don't understand...on my iPhone X, if I long click (or 3D click) the chrome button, it pops up a menu and one is Scan QR code. Does it mean...

I had the same problem, then upgrade to angular 2.4.9, and this problem is gone. After a lot of struggle with upgrading corresponding components, my npm start finally shows no...

After some digging, I figured out why my subscribe() function is not called. In dialog.component.ts, callback is supposedly called within ngOnDestroy, but it never hit it, although my dialog did...

Once I got your explanation, I realize that I can fix it by calling super.ngOnDestroy() in my ngOnDestroy, and it works. Thanks!

Okay, I figured out myself based on this [stackoverflow ](http://stackoverflow.com/questions/37927657/unsafe-value-used-in-a-resource-url-context-with-angular-2) post by Helzgate (not the accepted answer!). So, import DomSanitizer first `import { DomSanitizer } from '@angular/platform-browser';` added to contructor...

I got the same error message but in different context...My webpage (written in React/ApolloGraphQL deployed to AWS API Gateway/Lambda/S3) works fine in all other devices (Windows, Android Phones) except on...

It appears the Yahoo finance website is messed up too.