How to feed content to a component based on a link click
So, I am learning angular and I'm having a tough time understanding what exactly I should be learning to solve my problem. I'm building a personal website for my UX/UI designer friend, and he has a large porfolio. I have a long list of his portfolio on a single page, where I'm using "ngContent" to feed each "project box" with a background of the companies logo and a short description of his work with that company. What I want now is for each "project box" to link to the specific project gallery, basically a more in-depth view of his work at this specific company. My instinct, is to set up a component and feed the content into it based on the "project box" the user clicks. Problem is, even with google, I can't figure out exactly how I should go about doing that.