We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Minko,
This tool is awesome! I'm super impressed with how easy it makes it to visualize a complex Angular application.
To get it to work in our app, we had to do some refactoring in a few places where we use the useFactory notation.
useFactory
I think this picture will be more useful than me trying to explain it:
This syntax for providers is supported in Angular 6+ (maybe 7?) so I expected it to work with NGRev.
With the refactoring above, we were able to generate the report.
Thanks!
The text was updated successfully, but these errors were encountered:
There's an ongoing effort to update the app to be compatible with Ivy. As part of this, we'll also fix the problem here. Closing the issue for now.
Sorry, something went wrong.
No branches or pull requests
Hi Minko,
This tool is awesome! I'm super impressed with how easy it makes it to visualize a complex Angular application.
To get it to work in our app, we had to do some refactoring in a few places where we use the
useFactory
notation.I think this picture will be more useful than me trying to explain it:
This syntax for providers is supported in Angular 6+ (maybe 7?) so I expected it to work with NGRev.
With the refactoring above, we were able to generate the report.
Thanks!
The text was updated successfully, but these errors were encountered: