Consider the following route configuration:
const routes: Routes = [ { path: \'\', component: AppComponent, resolve: { app: AppResolver
By above way i can call the resolver. But it not change data which comes from my backend server so i got one solution i call my service method again in success part and got new changed data from backend server.