diff --git a/modules/@angular/router/rollup.config.js b/modules/@angular/router/rollup.config.js index a6d3cfa11b..5ee5465f69 100644 --- a/modules/@angular/router/rollup.config.js +++ b/modules/@angular/router/rollup.config.js @@ -37,7 +37,8 @@ export default { 'rxjs/operator/first': 'Rx.Observable.prototype', 'rxjs/operator/catch': 'Rx.Observable.prototype', 'rxjs/operator/last': 'Rx.Observable.prototype', - 'rxjs/operator/filter': 'Rx.Observable.prototype' + 'rxjs/operator/filter': 'Rx.Observable.prototype', + 'rxjs/operator/concatMap': 'Rx.Observable.prototype' }, plugins: [] };