SystemJS 6.x set/register modules or provide mapping when dynamically loading module
问题 I am trying to load modules dynamically with systemjs version 6.x in my Angular 8 application. Given there current documentation it looks like I can either user the SystemJS API to register or set a module programatically. https://github.com/systemjs/systemjs/blob/master/docs/api.md#systemsetid-module---module Trying this, however it doesn't look like systemjs is finding @angular/core import * as angularCore from '@angular/core'; System.set('@angular/core', angularCore); Should I be using set