class-transformer icon indicating copy to clipboard operation
class-transformer copied to clipboard

feature: Groups metadata should transfer to nested components

Open ithan opened this issue 1 year ago • 0 comments

Description

Currently, only the main Class has access to the group's property when using @Expose({ groups: [...]}), if you try to access groups in the nested entities, it does not work.

Proposed solution

When creating a new class for each nested entity, the groups' data should be shared.

ithan avatar Aug 16 '22 12:08 ithan