<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'">
{{item.lab}}
am also add [color]="white"
but its not working.
please help me out