You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -317,8 +317,8 @@ export class HomeComponent implements OnInit {
317
317
| type | Input() | string | - |
318
318
| autoCompleteOptions | Input() | AutocompleteOptions | - | all above inputs in one object! The passed data to this object will be merged with the input if they exists
319
319
| onChange | Output() | PlaceResult | string | null | - | event when the input form value changed
320
-
| onAutocompleteSelected | Output() | PlaceResult | - | the event will be fired when a
321
-
| onLocationSelected | Output() | Location | - |
320
+
| onAutocompleteSelected | Output() | PlaceResult | - | the event will be fired when a place has been selected via the google maps autocomplete component
321
+
| onLocationSelected | Output() | Location | - | the event will be fired when a place has been selected via the google maps autocomplete component
0 commit comments