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¶
param-string:
Outpus¶
param-string:
Example¶
Reference Implementation: RoutesBuilder
Example within routesBuilder dashboardRoutes:
- typescript
const routes: Routes = [ ...
{
path: `evan-reload`,
component: EvanReloadComponent,
data: {
navigateBack : true
}
}
]