Angular 2 allows to write multi-line templates by using ` characters to enquote them. It is also possible to put multi-line template into .html file and referen
.html
Seems to be working now.
@Component({ selector: 'my-dashboard', templateUrl: './dashboard.component.html', styleUrls: ['./dashboard.component.css'] })
Taken from 'tour of heros' https://angular.io/docs/ts/latest/tutorial/toh-pt5.html and adapted to test this concrete issue.
angular2@2.0.0-beta.8