Comment ajouter un background-image à l'aide de ngStyle (angular2)?

Comment utiliser ngStyle pour ajouter background-image?
Mon code ne fonctionne pas:

this.photo = 'http://dl27.fotosklad.org.ua/20121020/6d0d7b1596285466e8bb06114a88c903.jpg';

<div [ngStyle]="{'background-image': url(' + photo + ')}"></div>
InformationsquelleAutor Ignat | 2016-01-19