Andrey Goncharov

Results 32 comments of Andrey Goncharov

@aint when do you think you'll finish this story? Can't wait to try it out

@jarrodek I just checked it. Once you submit a request the memory starts leaking. It keeps leaking even if you restart Chrome and ARC.

@jarrodek sure. I'll report back in a week

@jarrodek the bug is still present and can be reproduced on Ubuntu 17.10 as well

Guys, the fix is indeed in master, but I didn't have time to test it. As soon as I do, I'll make it an official release.

I published `2.0.0-alpha.0`. It works if [es5 differential loading is disabled](https://stackoverflow.com/a/57000966). Unfortunately, I don't have time to make it work as it seems to require re-writing too much code. My...

@yantrab which version of Angular are you using?

What version of angular and angular devtools are you using? Please provide your package.json, package-lock.json and angular.json.

I tried to come up with a demo to reproduce your case, but it works for me. [Take a look](https://stackblitz.com/edit/angular-zkfxef). Could you provide a repo or stackblitz demo with a...

Based on your error message it seems like `DefaultStyleDirective` is not injected in non-aot mode. I had a weird problem related to missing services when I used [barrel files](https://basarat.gitbooks.io/typescript/docs/tips/barrel.html). Do...