how to refresh page angular

Solutions on MaxInterview for how to refresh page angular by the best coders in the world

showing results for - "how to refresh page angular"
Lorenzo
18 Nov 2016
1refresh(): void {
2    window.location.reload();
3}