Here is my first simple Hello World angular 2 app from Angular 2 quick start guide.
Hello World
import {Component} from \'angular2/core\'; import {bootstrap} fr
The above answer did not work for me. I was able to fix it by doing what was recommended in the comments above.
bootstrap(AppComponent);
I am using Intellij 14.1.5