Relative Content

Tag Archive for angulartypescriptangular-routing

Why do I have so many NG8001 errors in my angular 18 app?

Every non-div element in my app.component.html produces an NG8001 error. I was thinking it might have something to do with angular and standalone components, but I’m not entirely sure. Even though I have the correct imports (or so I thought), Angular doesn’t allow me to use the elements that aren’t divs in my html file.