Skip to content

Commit c7fd172

Browse files
Foxandxssvicb
authored andcommitted
build(aio): make plunker works with rxjs operators (angular#20124)
1 parent dcf8840 commit c7fd172

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

aio/tools/examples/shared/boilerplate/systemjs/src/systemjs.config.web.build.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@
6767

6868
// other libraries
6969
'rxjs': 'npm:[email protected]',
70+
'rxjs/operators': 'npm:[email protected]/operators/index.js',
7071
'tslib': 'npm:tslib/tslib.js',
7172
'angular-in-memory-web-api': 'npm:[email protected]/bundles/in-memory-web-api.umd.js',
7273
'ts': 'npm:[email protected]/lib/plugin.js',
73-
'typescript': 'npm:typescript@2.3.2/lib/typescript.js',
74+
'typescript': 'npm:typescript@2.4.2/lib/typescript.js',
7475

7576
},
7677
// packages tells the System loader how to load when no filename and/or no extension

aio/tools/examples/shared/boilerplate/systemjs/src/systemjs.config.web.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@
5353

5454
// other libraries
5555
'rxjs': 'npm:[email protected]',
56+
'rxjs/operators': 'npm:[email protected]/operators/index.js',
5657
'tslib': 'npm:tslib/tslib.js',
5758
'angular-in-memory-web-api': 'npm:[email protected]/bundles/in-memory-web-api.umd.js',
5859
'ts': 'npm:[email protected]/lib/plugin.js',
59-
'typescript': 'npm:typescript@2.3.2/lib/typescript.js',
60+
'typescript': 'npm:typescript@2.4.2/lib/typescript.js',
6061

6162
},
6263
// packages tells the System loader how to load when no filename and/or no extension

0 commit comments

Comments
 (0)