Skip to content

Angular2 RC1 loading issue zone.js 323 #9171

@loutocky

Description

@loutocky

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions