Skip to content

Commit

Permalink
fix(package): updated angular and other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed May 20, 2019
1 parent ede64ca commit 88079ea
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 171 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ export class HomeComponent implements OnInit {
| type | Input() | string | - |
| autoCompleteOptions | Input() | AutocompleteOptions | - | all above inputs in one object! The passed data to this object will be merged with the input if they exists
| onChange | Output() | PlaceResult | string | null | - | event when the input form value changed
| onAutocompleteSelected | Output() | PlaceResult | - | the event will be fired when a
| onLocationSelected | Output() | Location | - |
| onAutocompleteSelected | Output() | PlaceResult | - | the event will be fired when a place has been selected via the google maps autocomplete component
| onLocationSelected | Output() | Location | - | the event will be fired when a place has been selected via the google maps autocomplete component


### `mat-google-maps-autocomplete`
Expand Down

0 comments on commit 88079ea

Please sign in to comment.