Can't bind to 'ngforOf' since it isn't a known native property
<h4>Colors bad boys</h4>
<ul><li [ERROR ->]*ngfor="#color of colors">
<span>{{color.color | upperCase}}</span>
</li>
Trying to load the template via TemplateParser or RuntimeMetadataResolver and inject the overwtitten method in angular2 bootstrap e.g. for RuntimeMetadataResolver
The template loads its content correctly, but parsing fails with the error
Can't bind to 'ngforOf' since it isn't a known native property