mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9292953c56
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