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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: