2

When using RXJS which is the best way to import lettable operators? Is there any difference in performance between both options bellow?

import {map} from 'rxjs/operators';
import {map} from 'rxjs/operators/map';

I am using the rxjs version 5.5.6

Eduardo Vargas
  • 8,752
  • 2
  • 20
  • 27

0 Answers0