Open Aleempathan opened 6 years ago
<agm-snazzy-info-window *ngFor="let item of list" [maxWidth]="auto" [padding]="item.padding" [backgroundColor]="'rgb(249, 56, 56)'" [isOpen]="true" [latitude]="item.lat" [longitude]="item.lng" [borderRadius]="'50%'" [pointer]="'10px'">
</agm-snazzy-info-window>
am also add [color]="white" but its not working. please help me out
you have to use [fontColor]="'white'"
<agm-snazzy-info-window *ngFor="let item of list" [maxWidth]="auto" [padding]="item.padding" [backgroundColor]="'rgb(249, 56, 56)'" [isOpen]="true" [latitude]="item.lat" [longitude]="item.lng" [borderRadius]="'50%'" [pointer]="'10px'">
am also add [color]="white" but its not working. please help me out