I need to upgrade an AngularJS app to the latest Angular so I'm using the Angular Upgrade guide, which instructs me to start with the quickstart repo provided by Angular.
Angular Upgrade Guide - Setup for upgrading from AngularJS
I've gotten through Step 9 and when I run "npm start", the AppComponent does not load. I'm receiving an error when SystemJS tries to load the PlatformBrowserDynamic. When I look in the developer tools, the following error is displayed.
I've created a StackBlitz that reproduces the error and setup. Hoping someone can point me to what I have configured incorrectly.
EDIT: Fixed StackBlitz link
