Are you tired of trying to navigate the complex component hierarchy of your Angular application? Look no further than Angular…
Are you tired of trying to navigate the complex component hierarchy of your Angular application? Look no further than Angular Outliner!
This browser extension allows you to easily visualize the component tree of your Angular application, making it simple to understand the structure and relationships of your components. With just one click, you can activate the extension and see a clear representation of your application's components in a sidebar.
When it comes to code review, Angular Outliner can also be a powerful tool. It allows developers to quickly understand the component hierarchy of the new code increment, making it easier to identify potential issues, bugs and conflicts with the existing codebase. This makes code reviews more efficient and effective, saving you time and effort.
Don't let a complex component hierarchy slow you down. Try Angular Outliner today and see how it can make understanding and working with your Angular application a breeze, and make your code reviews more efficient.
____
Chrome extension that helps to visualise application components by drawing a border around them.
You can choose between component namespaces defined by prefix (e.g. `app` - application components, `mat` - angular material components, etc.) or specific components.
There are a few options to choose from: class name or selector and label position.
It is possible to filter by component name.
A number in brackets after the component name shows the number of instances of the given component.