I recently completed a basic Angular app that utilizes models, inputs, and outputs. However, when I try to run the app, nothing appears on the page. Upon inspecting the Chrome dev tools, I noticed that the "products-list" component is empty in the DOM tree. It seems like there is no data being passed into the component, but I'm not sure why this is happening. I have provided a link to the Github project below for further reference. Any assistance or advice would be greatly appreciated. link: https://github.com/augdog97/Inventory-Angular