Answers for "angular reload one component from another"

0

reload sub component angular

this.router.navigateByUrl('/RefreshComponent', { skipLocationChange: true }).then(() => {
    this.router.navigate(['Your actualComponent']);
});
Posted by: Guest on March-18-2021

Code answers related to "angular reload one component from another"

Code answers related to "Javascript"

Browse Popular Code Answers by Language