-
Notifications
You must be signed in to change notification settings - Fork 216
Angular 5 does not work #1255
Comments
I get the same error. |
👍 |
Can you link to an example repository where this issue occurs? |
I presume it happens on very large projects. |
same issue here. any updates ? |
yes, it stayed the same |
It is from chrome-extension://elgalmkoelokbchhkhacckoklkejnhcd/build/backend.js:sourcemap |
This happens immediately after Augury gets two levels deep in analyzing the app component structure. |
I've tried 1.15 on my app (pretty big one) |
I have the same error, too.
|
The problem occurs also on small applications (2 views. less than 10 components). Error description is the same as described above. |
Angular 5 support provided in version 1.15.0. Just update the extension or uninstall/reinstall the extension. I did a small check on my SPA with 1 views and 2 components and it worked fine so not sure about production level apps on Angular 5 as of now. Hope this update helps! -- New in version 1.15.0
|
@gameboyzone as i said, i tried V15 and it still didn't work. |
@zoharyosef: Are you getting the same error as @splincode initially indicated? If not, would you mind posting any errors along with other relevant information to help diagnosis the problem? |
Currently building out some diagnostic tools that will allow us to see where Augury is failing for you, as we are not able to replicate a lot of these issues. |
Anyone who is still having this issue: can you try using the Canary Build ? |
Will try and update... |
Still the same problem, |
I spend some time to debug the issue by myself. I don't know how to fix it so I'm not able to provide PR. It happens when you use combination of |
@santiago-elustondo Yes, I only see problems with Primeng |
@m-przybylski, thanks a lot your insight. None of our example apps used |
Thank you @santiago-elustondo for an update. I have spotted also one more problem. When you mix optional parameter and not optional it also breaks. An example is growl component from PrimeNg. It works fine if there is only one dependency with optional decorator provided however if there are multiple |
@m-przybylski, thanks again for your help. Much appreciated. I've added PrimeNG's Growl to our testing repo and published another version of the Canary Build (version 1.15.5). Please let us know if you come across other such cases. We're in the process of refactoring and standardizing Augury's data extraction services. Hopefully once we have coverage over these edge cases, they will not be a problem again in future releases of Angular. |
@santiago-elustondo UR my hero. Thank you for your help. Everything works just fine for me. |
Problem resolved |
Angular Version: 5.0.5
I open Augury and everything hangs and breaks:
Augury version (required): last
Angular version (required): last
OS: windows 7
The text was updated successfully, but these errors were encountered: