You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The demo repo is putting two modules into the systemjs registries - the first is in the "module registry" and has the named-exports extra applied to it. The second is the named module in the "registerRegistry" and it does not have the named-exports extra applied to it. The first time that System.import() is called, it always retrieves the module from the module registry, but subsequent calls to System.import() always retrieve the module from the registerRegistry.