The following works fine in 0.6.0 but fails with 0.6.2:
@Component({
selector: "app",
templateUrl: "./app.html"
})
/*
* Comment
*/
export class App {
}
Exception: Call to Node module failed with error: Error: No ResourceLoader implementation has been provided. Can't read the url "app.html"