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