EvanReloadComponent

Source reload-route

Is used to hardly reload an route. The user gets navigate to this route and it will navigate back after 500 milliseconds.

Inputs

  1. param - string:

Outpus

  1. param - string:

Example

Reference Implementation: RoutesBuilder

Example within routesBuilder dashboardRoutes:

  • typescript
const routes: Routes = [ ...
  {
    path: `evan-reload`,
    component: EvanReloadComponent,
    data: {
      navigateBack : true
    }
  }
]