Yurii Kabannik
Results
2
issues of
Yurii Kabannik
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...
This PR introduces `remove` method generation for mutable entities only. `remove` method is a wrapper around `store.remove`. The implementation is similar to `save` method. ```ts export class Account extends Entity...