Following up reading the links below about impure and pure pipes in Angular applications:
- What is impure pipe in Angular?
- https://blog.angularindepth.com/the-essential-difference-between-pure-and-impure-pipes-and-why-that-matters-999818aa068
- https://blog.mgechev.com/2017/11/12/faster-angular-applications-pure-pipes-memoization-pure-functions-part-2/
I wanted to see by myself the instances created by an Angular application, but I am not even sure this is actually possible. Not necessarily for the pipes but for anything. Say for the components and others.
For example this would could help me to understand I would like to have a better understanding of when the instances are created in regard to the digest cycle.
Any debugging solution / profiler for that purpose?