Open mat-twg opened 3 years ago
I have a related need where I want the same tag label to be rendered under different groups. Being able to assign an id/label to a tag and reference the tag id
in tagGroups
would help:
@ApiTags('some-tag-id')
tagGroups: [
{
name: "General",
tags: [
{
id: "some-tag-id",
label: "My Tag Label"
}
],
},
]
It would be nice to add namespaces at the group level, like this:
And in decorators:
But render without dots, like: