From 27d76776b8d9cf32d10e666f9a7e5c10a3f12115 Mon Sep 17 00:00:00 2001 From: Rob Wormald Date: Mon, 17 Oct 2016 23:06:19 -0700 Subject: [PATCH] fix(router): correctly export filter operator in es5 (#12286) --- modules/@angular/router/rollup.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/@angular/router/rollup.config.js b/modules/@angular/router/rollup.config.js index 2d6906587c..a6d3cfa11b 100644 --- a/modules/@angular/router/rollup.config.js +++ b/modules/@angular/router/rollup.config.js @@ -37,6 +37,7 @@ 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' }, plugins: [] };