Skip to content

Commit 794bce8

Browse files
Extended Component Library Teamcopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 868838000
1 parent 70aff8d commit 794bce8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/angular_sample_app/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import '@googlemaps/extended-component-library/place_building_blocks/place_data_
1414
import '@googlemaps/extended-component-library/place_picker.js';
1515
import '@googlemaps/extended-component-library/place_overview.js';
1616

17-
import {Component, ElementRef, ViewChild} from '@angular/core';
17+
import {Component, ElementRef, ViewChild, ChangeDetectionStrategy} from '@angular/core';
1818
import type {OverlayLayout} from '@googlemaps/extended-component-library/overlay_layout.js';
1919
import type {PlacePicker} from '@googlemaps/extended-component-library/place_picker.js';
2020

@@ -26,7 +26,7 @@ const DEFAULT_ZOOM = 4;
2626
const DEFAULT_ZOOM_WITH_LOCATION = 16;
2727

2828
@Component({
29-
standalone: false,
29+
changeDetection: ChangeDetectionStrategy.Eager,standalone: false,
3030
selector: 'app-root',
3131
templateUrl: './app.component.html',
3232
styleUrls: ['./app.component.css']

0 commit comments

Comments
 (0)