-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Language Service not working out-of-the-box with angular 10 #844
Comments
I encountered same problem. It only affects files that are not imported anywhere in the project. As soon as file is included in compilation intellisense picks it up and autocomplete starts to work. |
I am importing the files but still getting an error. |
this is a duplicate of angular/angular-cli#18040 and it has to be fixed from the CLI side. Please track the progress there. |
Thank you! |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Describe the bug
This is basically the same as #824
Angular language service plugin does not work in template files (.html) out of the box
Expected behavior
Autocomplete feature should ideally be working without extra configuration
Additional context
The problem was solved by editing the
tsconfig.app.json
:However, this results in warnings like:
![image](https://user-images.githubusercontent.com/50345677/86593995-e1689480-bfb3-11ea-9344-7b3d9744ebd7.png)
PS: Not sure if this should be an issue for the CLI or the language service, but this was basically a continuation of #824, so decided to put it in here.
The text was updated successfully, but these errors were encountered: