This repository was archived by the owner on Nov 30, 2018. It is now read-only.
How to change text color in agm-snazzy-info-window #2029
Open
Description
<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
Metadata
Metadata
Assignees
Labels
No labels