Description of Bug
Importing CommonModule in a standalone Angular component does not seem to work. I'm getting the following error despite the module being imported properly in the code:

Steps to Reproduce
- Go to Stackblitz example
- See error
Expected Behavior
This example should compile and work properly.