question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

agm snazzy info window styles not getting changed like background

See original GitHub issue

Issue 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:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:5

github_iconTop GitHub Comments

1reaction
Zophielcommented, Aug 1, 2018

Mind telling me how to set the width like you did? My snazzy windows arent responsive…

0reactions
stale[bot]commented, Nov 13, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found