You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
If I create a controller with nest g controller, it sets the name of the controller in the @controller decorator, e. g. @Controller('user').
If I generate a new controller with this extension, the decorator is empty. I expect that the extension is very similar to the Nest CLI commands, otherwise I don't see any time benefits.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I create a controller with
nest g controller
, it sets the name of the controller in the @controller decorator, e. g.@Controller('user')
.If I generate a new controller with this extension, the decorator is empty. I expect that the extension is very similar to the Nest CLI commands, otherwise I don't see any time benefits.
The text was updated successfully, but these errors were encountered: