I have an Angular application which has the following structure
|— src
|— app
|— user
|— collection
|— collection.component.html
|— collection.component.scss
|— collection.component.ts
|— user.component.html
|— user.component.scss
|— user.component.ts
...
How can I point to the collection component right from the user component?