Hi,
Just revisiting Angular and Calcite, and want to use the "new" calcite-components-angular package. I created a new Angular project (v18.0) and added calcite following the guide.
I tried both
ng new testapp
ng new testapp --no-standalone
Because the standard method does not generate a app.module.ts
and followed the instructions on github
Before adding the slider component the the application already gives me an an error:


Not sure how to fix this.