Skip to content

What if your component already extends a class? #20

@jsdevtom

Description

@jsdevtom

Thank you for this library.

I would like to ask how to handle the scenario where a component already extends another class and where that parent class cannot extend OnDestroyMixin? E.g.:

@Component({/*...*/})
class ExampleFormComponent extends TypedForm<Example> {
    // ...
}

Obviously, this just worked in previous versions of this library because there was no inheritance required.

If this is/should not be possible with this library, please say.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions