Clicking Show Hello message should load the HelloComponent displaying "Hello" message on the main page.
Clicking Show Product 1 should load ProductComponent customizing it so it displays "Product 1 Works!" message.
Clicking Show Product 2 should load ProductComponent again but this time customizing it so it shows "Product 2 Works!".
How to implement this functionality? Here is the link to Stackblitz project:
https://stackblitz.com/edit/angular-ivy-qkparn?file=src%2Fapp%2Fapp.component.ts

