1- Create a dynamic component.
2- Subscribe to route.params
observable.
3- Inject the dynamic component into some component.
4- Destroy and re-create the dymamic component.
Do I need to Unsubscribe from the route.params
observable if they are used inside a dynamic component?