How to force to refresh the page after redirecting one page to another page. When I try to use location.reload
inside ngOnInit()
. Page keeps refreshing.
the issue was created item is not updating in the DOM/Model until I refresh the page.
Any expert advice please.
Sample code link