Issue
I am working on an Ionic angular app decoding. In the first time rendering of a page in a browser. the navigateByUrl() is not working. after changing URL in the browser to forward a page and getting back to the previous page. Then router navigateByUrl() is working. How to make it work at the first place. the following is the required code.
this.router.navigateByUrl('/home/contents');
Solution
I think it works you might have making some mistakes
Answered By - Chaitanya Kishore Kandhimalla
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.