If component is used within same file without "export" keyword we get an error "Component imports must be standalone components, directives, pipes, or must be NgModules."
Bug Type
What does this bug affect
[x] Angular Language Service VSCode extension
[ ] Angular Language Service server
Reproduction
Steps to reproduce the behavior:
Create component without export keyword
Try to import it in other component within same file
🐞 bug report
Is this a regression?
No
Description
If component is used within same file without "export" keyword we get an error "Component imports must be standalone components, directives, pipes, or must be NgModules."
Bug Type
What does this bug affect
Reproduction
Steps to reproduce the behavior:
Expected behavior
There is no error
🌍 Your Environment
Angular Version:
Extension Version:
VSCode Version:
Operating System:
Extension options:
Anything else relevant?