Out of the discussion from #6548, we should update the code examples replacing the old (<7.2) way of importing operators, with the new one. e.g. `import {map} from 'rxjs/operators`; would be `import { map } from 'rxjs'`