Skip to content

Commit 88079ea

Browse files
committed
fix(package): updated angular and other deps
1 parent ede64ca commit 88079ea

File tree

3 files changed

+404
-171
lines changed

3 files changed

+404
-171
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ export class HomeComponent implements OnInit {
317317
| type | Input() | string | - |
318318
| autoCompleteOptions | Input() | AutocompleteOptions | - | all above inputs in one object! The passed data to this object will be merged with the input if they exists
319319
| 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
322322

323323

324324
### `mat-google-maps-autocomplete`

0 commit comments

Comments
 (0)