rangle / augury

Angular Debugging and Visualization Tools
https://augury.rangle.io
MIT License
2.01k stars 216 forks source link

ng.probe is not a function #1404

Open abdelqwy-sayed-ahmed opened 5 years ago

abdelqwy-sayed-ahmed commented 5 years ago

Augury: 1.23.0 Date: Thu, 26 Sep 2019 11:05:47 GMT OS: Win32

Demo test application: -- Git repository for demo app showing the issue (optional but very helpful for difficult issues). -- If a code snippet will completely show the issue, please include it.

Description of issue: -- Include (clipped) screenshot images if possible.

Angular version (required): 5

Steps to reproduce:

1. 2. 3.

Additional details:

yallen011 commented 4 years ago

Are you using Angular Ivy? or the latest version of the Angular CLI? Augury currently doesn't have support for Angular Ivy

merobal commented 4 years ago

Related: https://github.com/angular/angular/issues/30737 Please consider adding a temporary warning and disable Augury until you have Ivy support as it's misleading right now.

yallen011 commented 4 years ago

Hi @merobal we will add documentation to the Support Versions section of our README but since not everyone that uses the tool are on the latest version of Angular nor using Angular Ivy, we will not be disabling the tool. Thank you for your suggestions.

merobal commented 4 years ago

@yallen011 I didn't mean disable the tool in general, but only if it detects a new Angular version with Ivy. Like if ng.probe is not a function then warn the user and disable Augury.

parth181195 commented 4 years ago

or may be you guys can just show that Augury dose not support ivy in error message

fr0 commented 4 years ago

Are you using Angular Ivy? or the latest version of the Angular CLI? Augury currently doesn't have support for Angular Ivy

Given that Ivy is currently in Release Candidate status, Augury doesn't have much time left to support it before the majority of Angular+Augury users will start seeing this error.

doggy8088 commented 4 years ago

Does the Augury 1.25.2 already support Angular 9 Ivy?

sumitarora commented 4 years ago

@doggy8088 Yes it does

doggy8088 commented 4 years ago

I think this must be another problem. When I change a component state in Augury, I'll get this:

image

fr0 commented 4 years ago

@doggy8088 Yes it does

Well, the readme still says:

Augury currently does not have support for Angular Ivy as of Augury v1.
doggy8088 commented 4 years ago

@fr0 Yes, I read that. So I just want to confirm somewhere else. 😅

doggy8088 commented 4 years ago

I filed another issue here: https://github.com/rangle/augury/issues/1455