I use Atom with Angular (version 1) and have been converting my code to use components. Each component has a template object which is basically a string version of html. When the template is small it is easy to understand but when the template gets large it is difficult to view.
Is there any package which will take the template string, convert it html and show it in a popup window?