-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rpc): make controller decorator name optional (#491)
* feat(rpc): make controller decorator name or definition optional The rpc controller metadata name would then default to the name of the class Signed-off-by: Marcus S. Abildskov <[email protected]> * Update controller.spec.ts Signed-off-by: Marcus S. Abildskov <[email protected]> * Update controller.spec.ts Signed-off-by: Marcus S. Abildskov <[email protected]> * Update decorators.ts Signed-off-by: Marcus S. Abildskov <[email protected]> * Update decorators.ts Signed-off-by: Marcus S. Abildskov <[email protected]> * Update decorators.ts Signed-off-by: Marcus S. Abildskov <[email protected]> * Update decorators.ts Signed-off-by: Marcus S. Abildskov <[email protected]> * feat(rpc): add support for class typeName in rpc class decorator --------- Signed-off-by: Marcus S. Abildskov <[email protected]>
- Loading branch information
Showing
2 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters