There are severals discussions around the rxjs imorts. Does the CLI handle this correctly? import {map} from 'rxjs/operators/map'; Vs import {map} from 'rxjs/operators'; In which case does tree shaking work in CLI projects?