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.