angular2-google-place-autocomplete
angular2-google-place-autocomplete copied to clipboard
Cannot navigate away from component using this directive
As the title says, on using router.navigate, the new component is sort of loaded, but the current one stays and then appears broken. I've narrowed it down to this, so whether I'm missing something or not, I don't know.
The way I'm using it, is literally just having the html below:
<input type="text" (setAddress)="getAddress($event)" googleplace name="search" autofocus="autofocus" placeholder="{{placeholder}}">
Any ideas?? Thanks