I wonder if anyone can explain the meaning of the Dom Sanitisation in Angular2 in my case:
The img case is fine, it just werks. The stylesheet will trigger an error like in the title. What the what? Why? Anyone?
<img *ngIf="css" [src]="css" style="height:64px;margin-right:8px">
<link *ngIf="css" rel="stylesheet" [href]="css">