-
Notifications
You must be signed in to change notification settings - Fork 26.8k
Closed
Description
I am trying to update my application from Angular 2 beta 18 to Angular2 RC1, I already changed imports, fix a lot of syntax errors and now, I am getting this error when the app is loading. Also Angular2 quickstart does not work!
zone.js:323 Error: (SystemJS) SyntaxError: Unexpected token <
Evaluating http://localhost:8080/@angular/platform-browser-dynamic
Error loading http://localhost:8080/app/ts/main.component.js
My main components is:
import {bootstrap} from '@angular/platform-browser-dynamic';
import {AppComponent} from './app.component';
bootstrap(AppComponent);
I found this valor-software/ng2-dragula#274, but I have no idea, what it means, where to search for require etc. Thanks.
Metadata
Metadata
Assignees
Labels
No labels