I’ve seen in most of Angular tutorials the components being strongly coupled to the router module, in order to take the input data or to navigate to another page (through links, router directive or serv programmatically). I am wondering if there is a better solution. It bothers me because it harms portability. ngOnInit() { letRead more