tomwhite007 / rename-angular-component

VS Code Extension: Rename Angular Component
https://marketplace.visualstudio.com/items?itemName=tomwhite007.rename-angular-component
Other
30 stars 2 forks source link

Add support for route-guards #16

Closed batbrain9392 closed 2 years ago

batbrain9392 commented 2 years ago

I know the extension is called rename-angular-"component", would it be possible to add support for route guards too?

tomwhite007 commented 2 years ago

That should be quite straightforward to implement. Guards use @Injectable() decorator like Services, so it should be a case of overloading that process.

I'll get onto it soon for you.