refresh page when page routing to another page and come back to previous page(like tabs page to another page and other page to came back tabs page that time load the page using below code)

import { NavigationEnd, Router } from '@angular/router';

place the below code in ngOnInt() function inside 

this.router.events.subscribe((evt) => {

      if (!(evt instanceof NavigationEnd)) {

        return;

      }

      console.log('hai')

          });

Comments

Popular posts from this blog

Your app currently targets API level 27 and must target at least API level 28 to ensure it is built on the latest APIs optimized for security and performance. Change your app's target API level to at least 28

ionic project creation

change root user in ubuntu