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
After #843 was merged, it made things more ergonomic to use a singular-form directory name for observable types.
I think we should probably move all directories over to singular for for consistency. This way it can be used like:
import{BehaviorSubject}from'rxjs-es6/subject/BehaviorSubject';import{immediate}from'rxjs-es6/scheduler/immediate';import'rxjs-es6/operator/map';import'rxjs-es6/operator/filter';// etc.
The text was updated successfully, but these errors were encountered:
After #843 was merged, it made things more ergonomic to use a singular-form directory name for observable types.
I think we should probably move all directories over to singular for for consistency. This way it can be used like:
The text was updated successfully, but these errors were encountered: