Commit 8f36604
fix(google-maps): avoid runtime error on server
The google-maps `MapInfoWindow` component currently throws
on the server because on `ngOnDestroy`, the `close()` method
is called. This method expects an instance of a Google Maps
`InfoWindow`. These cannot be created on the server.1 parent 5a71ccc commit 8f36604
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
118 | 123 | | |
119 | 124 | | |
120 | 125 | | |
| |||
0 commit comments