Skip to content

Commit 9292953

Browse files
AndrewKushniratscott
authored andcommitted
fix(docs-infra): include tslib into SystemJS config in upgrade-module example app (#45706)
This commit updates the SystemJS for one of the example apps (the `upgrade-module` one) to include a resolution rule for the `tslib`. This is needed in case `tslib` is referenced from the framework code (for example in case of downleveling of some operators). This makes it consistent with other example app configs. PR Close #45706
1 parent 9e4c4bc commit 9292953

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

aio/content/examples/upgrade-module/src/systemjs.config.1.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
// other libraries
2929
'rxjs': 'npm:rxjs/dist/cjs',
3030
'rxjs/operators': 'npm:rxjs/dist/cjs/operators',
31+
'tslib': 'npm:tslib/tslib.js',
3132
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js',
3233

3334
'plugin-babel': 'npm:systemjs-plugin-babel/plugin-babel.js',

0 commit comments

Comments
 (0)