You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: