Skip to content

Commit 7f0cd2d

Browse files
crisbetojelbourn
authored andcommitted
build: add server-side rendering check for ground overlay (#19188)
We didn't have an SSR check for the new ground overlay component.
1 parent 5d22b9f commit 7f0cd2d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,4 +408,12 @@ <h2>Google Map</h2>
408408
strokeColor: 'grey',
409409
strokeOpacity: 0.8
410410
}"></map-circle>
411+
<map-ground-overlay
412+
url="https://angular.io/assets/images/logos/angular/angular.svg"
413+
[bounds]="{
414+
east: 30,
415+
north: 15,
416+
west: 10,
417+
south: -5
418+
}"></map-ground-overlay>
411419
</google-map>

0 commit comments

Comments
 (0)