I started making an Angular 18 app and I added my first component (using standalone components) and the app seems to not recognise my component because when I add it in my app.component.ts as a HTML tag and serve the app my component doesn’t show.
Thanks!
Component to be shown as designed in the app