From c7fd172ba7849aa9b9ca2a64ec2388ba3a1bcb11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Rodr=C3=ADguez?= Date: Fri, 3 Nov 2017 18:47:23 +0100 Subject: [PATCH] build(aio): make plunker works with rxjs operators (#20124) --- .../boilerplate/systemjs/src/systemjs.config.web.build.js | 3 ++- .../shared/boilerplate/systemjs/src/systemjs.config.web.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/aio/tools/examples/shared/boilerplate/systemjs/src/systemjs.config.web.build.js b/aio/tools/examples/shared/boilerplate/systemjs/src/systemjs.config.web.build.js index a0e92047a0..2c514b8c38 100644 --- a/aio/tools/examples/shared/boilerplate/systemjs/src/systemjs.config.web.build.js +++ b/aio/tools/examples/shared/boilerplate/systemjs/src/systemjs.config.web.build.js @@ -67,10 +67,11 @@ // other libraries 'rxjs': 'npm:rxjs@5.5.2', + 'rxjs/operators': 'npm:rxjs@5.5.2/operators/index.js', 'tslib': 'npm:tslib/tslib.js', 'angular-in-memory-web-api': 'npm:angular-in-memory-web-api@0.4/bundles/in-memory-web-api.umd.js', 'ts': 'npm:plugin-typescript@5.2.7/lib/plugin.js', - 'typescript': 'npm:typescript@2.3.2/lib/typescript.js', + 'typescript': 'npm:typescript@2.4.2/lib/typescript.js', }, // packages tells the System loader how to load when no filename and/or no extension diff --git a/aio/tools/examples/shared/boilerplate/systemjs/src/systemjs.config.web.js b/aio/tools/examples/shared/boilerplate/systemjs/src/systemjs.config.web.js index 836c177a02..d312a14a21 100644 --- a/aio/tools/examples/shared/boilerplate/systemjs/src/systemjs.config.web.js +++ b/aio/tools/examples/shared/boilerplate/systemjs/src/systemjs.config.web.js @@ -53,10 +53,11 @@ // other libraries 'rxjs': 'npm:rxjs@5.5.2', + 'rxjs/operators': 'npm:rxjs@5.5.2/operators/index.js', 'tslib': 'npm:tslib/tslib.js', 'angular-in-memory-web-api': 'npm:angular-in-memory-web-api@0.4/bundles/in-memory-web-api.umd.js', 'ts': 'npm:plugin-typescript@5.2.7/lib/plugin.js', - 'typescript': 'npm:typescript@2.3.2/lib/typescript.js', + 'typescript': 'npm:typescript@2.4.2/lib/typescript.js', }, // packages tells the System loader how to load when no filename and/or no extension