Consider generating the initial app integrated with component router. Add the ability to generate new routes, with something like: ``` ng generate route 'heroes/:id' hero-details-component ```