79430160

Date: 2025-02-11 13:40:48
Score: 2
Natty:
Report link

In my case:

For example in Nx if your index.ts file exports two components: Component1 and Component2 and you import Component2 into Component1 using ...from '@...'; It will throw this reading 'ɵcmp' error

To fix use './...'

Component1 is basically re-exporting Component2

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Salvador Mares