Closed batbrain9392 closed 2 years ago
I know the extension is called rename-angular-"component", would it be possible to add support for route guards too?
rename-angular-"component"
That should be quite straightforward to implement. Guards use @Injectable() decorator like Services, so it should be a case of overloading that process.
@Injectable()
I'll get onto it soon for you.
I know the extension is called
rename-angular-"component"
, would it be possible to add support for route guards too?