# Avoid subclassing RxJS classes (`no-subclass`)
This rule effects failures if an RxJS class is subclassed. Developers are encouraged to avoid subclassing RxJS classes, as some public and protected implementation details might change in the future.
## Options
This rule has no options.