why ActivatedRoute in @angular\router params is observable ?
I'm wondering why do I need to subscribe for Params ? and why params are async is there a case the componenet of the route will be created but the params still not populated ?
and is there a way to just get the value without an observable ?