redoc/lib/components/ApiLogo/api-logo.html

2 lines
98 B
HTML
Raw Normal View History

<img *ngIf="data.imgUrl" [attr.src]="data.imgUrl" [ngStyle]="{'background-color': data.bgColor}">