Closed
Description
Bug, feature request, or proposal:
Proposal
What is the expected behavior?
I'd expect all examples to use lettable operators.
What is the current behavior?
Currently most (maybe all) examples are importing rxjs using patch
operators, like this:
import 'rxjs/add/operator/*';
Is there anything else we should know?
Not sure if you want to change this, but if you do, I can help with this.