Component initialization inside a ionic page

I have a “Home Page”, inside that I have created one component “RecentlyViewedProductComponent”.
My problem is, when I navigate to “/home” by using this.router.navigate([’/home’]); the ngOnInit() inside “RecentlyViewedProductComponent” is not working. when I close the app again open it that only it is working .
How to solve this problem?