Skip to content

Commit 9d71d17

Browse files
crisbetommalerba
authored andcommitted
build(google-maps): add server-side rendering checks for new layers (angular#20386)
A few new layer components were added to the `google-maps` module. These changes add them to the SSR kitchen sink.
1 parent f15c2ad commit 9d71d17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/universal-app/kitchen-sink/kitchen-sink.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,4 +423,7 @@ <h2>Google Map</h2>
423423
}"></map-ground-overlay>
424424
<map-kml-layer
425425
url="https://developers.google.com/maps/documentation/javascript/examples/kml/westcampus.kml"></map-kml-layer>
426+
<map-traffic-layer></map-traffic-layer>
427+
<map-transit-layer></map-transit-layer>
428+
<map-bicycling-layer></map-bicycling-layer>
426429
</google-map>

0 commit comments

Comments
 (0)