plnkr / feedback

Feedback on Plunker
19 stars 11 forks source link

After importing rxjs, I still can't use "import {map} from 'rxjs/operators'" or any of rxjs operators. #110

Open eabassey opened 6 years ago

ggoodman commented 6 years ago

This is, indeed a bug and limitation of the runtime I've built into the released version. I'm working hard on a revised approach to this, in plnkr/runtime, that will be both fast and will have better behaviour for deep links into npm modules like rxjs/operators.

eabassey commented 6 years ago

Thanks so much and will be waiting. Thanks for all your hard work.