I'm supporting a legacy app that imports one version of angular via script tags.
They've added JSPM/SystemJS support to load JSPM components.
However, the components use a different version of angular and don't assume a global angular.
However, the two versions of angular collide with "tried to load angular more than once" warning.
This issue is related to https://github.com/jspm/registry/issues/831
The code is below:
I'm supporting a legacy app that imports one version of angular via script tags. They've added JSPM/SystemJS support to load JSPM components. However, the components use a different version of angular and don't assume a global angular. However, the two versions of angular collide with "tried to load angular more than once" warning. This issue is related to https://github.com/jspm/registry/issues/831 The code is below: