Skip to content

Work with decorators being applied dynamically #56

@GregBrimble

Description

@GregBrimble

e.g.

class User {
    myProp: number
}

Entity({ datastore })(User)

let user = new User()

Column()(user, 'myProp')

// etc.

Doesn't work right now because repositoryLoad fails. I think it's because the prototype of the user instance is incorrect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions