I am trying to retrieve a data present in the url in my APP_INITIALIZER
app.module.ts
export function init(config: ConfigService, router: Router) { r
What I was trying to do isn't feasible since the APP_INITIALIZER happens before the router init. https://medium.com/hackernoon/hook-into-angular-initialization-process-add41a6b7e