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
{{ message }}
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
I am upgrading the example I maintain and am currently hitting the following error:
ts_scripts.js:32699 ERROR Error: Uncaught (in promise): ReferenceError: System is not defined
ReferenceError: System is not defined
at SystemJsNgModuleLoader.loadFactory (ts_scripts.js:52195)
at SystemJsNgModuleLoader.load (ts_scripts.js:52175)
at RouterConfigLoader.loadModuleFactory (ts_scripts.js:190563)
at RouterConfigLoader.load (ts_scripts.js:190551)
at MergeMapSubscriber.project (ts_scripts.js:189554)
at MergeMapSubscriber._tryNext (ts_scripts.js:5551)
at MergeMapSubscriber._next (ts_scripts.js:5541)
at MergeMapSubscriber.Subscriber.next (ts_scripts.js:3162)
at Observable._subscribe (ts_scripts.js:4327)
at Observable._trySubscribe (ts_scripts.js:3433)
at j (zone.min.js:1)
at j (zone.min.js:1)
at zone.min.js:1
at e.invokeTask (zone.min.js:1)
at Object.onInvokeTask (ts_scripts.js:51150)
at e.invokeTask (zone.min.js:1)
at t.runTask (zone.min.js:1)
at g (zone.min.js:1)
at t.invokeTask (zone.min.js:1)
at a.useG.invoke (zone.min.js:1)
Any ideas? Out demo is based on an older version of this demo.