STRUCTURAL DIRECTIVES IN ANGULAR
Create a simple Angular component that displays a greeting message based on the time of day.
Use ngIf to conditionally render the message.
Create a simple Angular component that displays a different image based on the user's favorite
animal. Use ngSwitch to conditionally render the image.