I have the following webpack.config.js
var path = require(\"path\"); var webpack = require(\'webpack\'); module.exports = { entry: { \'ng2-auto-comple
To solve this you only need to import map method in your ts file like this:
import { map } from 'rxjs/operators';