Recently, I began building an Angular 18 application and encountered an issue with adding my first component as a standalone. It appears that the app is not recognizing my component properly, as it does not display when added as an HTML tag in my app.component.ts file and the app is served.
Any advice or solutions would be greatly appreciated!
I really need my component to show up as intended in the app.