Form Control valueChanges observable in NgOnInit cannot be subscribed after navigating to same page
I have a page that navigates to itself with different parameter. This makes the NgOnInit don’t be executed again. Sadly, in the NgOnInit I have an observable subscribed to deal with value changes in a particular form control. This works fine as long as the page doesn’t navigate to same page. Example: