agm snazzy info window styles not getting changed like background
See original GitHub issueIssue description I am trying to customize the AgmSnazzyInfoWindow that will appear when i click on a marker.
Steps to reproduce and a minimal demo of the problem Add the following code in html of the agm-map container,
<agm-snazzy-info-window [maxWidth]="800" [closeWhenOthersOpen]="true" [backgroundColor]="orange">
<ng-template>
<mat-card>{{ pLocationId }} {{ pLocationName }}</mat-card>
<mat-nav-list>
<mat-list-item>
</mat-list-item>
</mat-nav-list>
</ng-template>
</agm-snazzy-info-window>
Current behavior Current info window I am getting, Added the output image as a comment.
Expected/desired behavior The background color of info window should be complete orange.
angular2 & angular-google-maps version Angular 4 and agm version ^1.0.0-beta.2
Other information
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:5
Top Results From Across the Web
agm snazzy info window styles not getting changed ... - GitHub
Issue description I am trying to customize the AgmSnazzyInfoWindow that will appear when i click on a marker.
Read more >agm snazzy info window styles not getting changed
I am trying to customize the AgmSnazzyInfoWindow that will appear when i click on a marker. ... Here according to the properties, the...
Read more >Styled Info Windows with Snazzy Info Window & Angular ...
This creates a basic styled info window that opens when the user clicks on the marker and closes when another snazzy info window...
Read more >Snazzy Info Window - Issue #11 - Pointer Position - CodePen
Insecure Resource. The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https....
Read more >@agm/snazzy-info-window - npm package | Snyk
Ensure you're using the healthiest npm packages. Snyk scans all the packages in your projects for vulnerabilities and provides automated fix advice. Get...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Mind telling me how to set the width like you did? My snazzy windows arent responsive…
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.