You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible to add support for class inheritance on the rxjs-prefer-angular-takeuntil rule?
In the current projects i work on, all the common logic of a component is added on a BaseComponent where the subject is defined and called on the ngOnDestroy method. This method may our may not be overrided on the extended component.
An example of the most simple example is visible bellow.
It's possible to add support for class inheritance on the rxjs-prefer-angular-takeuntil rule?
In the current projects i work on, all the common logic of a component is added on a BaseComponent where the subject is defined and called on the ngOnDestroy method. This method may our may not be overrided on the extended component.
An example of the most simple example is visible bellow.
This same BaseCompoment may also be extended to another abstract component for more specific logic; example bellow.
The text was updated successfully, but these errors were encountered: