mgechev / ngrev

Tool for reverse engineering of Angular applications
MIT License
1.57k stars 106 forks source link

feature: component's detail view #84

Open vik-13 opened 3 years ago

vik-13 commented 3 years ago
  • Show in which components the given component is used in
  • In which modules the component is imported
  • In which modules the component is declared

Nice to have: If it's injected in the constructor of child component or used as ViewChild(), some public methods can be called. In case of planing refactoring would be helpful to see all its API (public methods) which can be used to understand what potentially could be broken.