📅  最后修改于: 2022-03-11 15:01:44.409000             🧑  作者: Mango
at template use event buinding:
(click)="reloadCurrentPage()"
inside the .ts file, add the function,
reloadCurrentPage() {
window.location.reload();
}