angular_analyzer_plugin
angular_analyzer_plugin copied to clipboard
Add Quick Fix for removing unused directives
Is this about directives listed in @Component(directives: const [...]) which are not used by the template?
I think so