feat(language-service): support to report the deprecated API in the t…#2192
Conversation
|
Blocked by angular/angular#62054 |
|
@atscott you can review this PR now. |
|
@ivanwonder I am unable to observe this working. Can you describe what this covers now that it's limited to components? Should it support inputs and outputs as well? Should it support inline templates and external templates or just one of the two? |
3f1522d to
42edee2
Compare
42edee2 to
067f7f8
Compare
…emplate In the Typescript Language Service, these diagnostics are reported as suggestion diagnostics. This will report the deprecated `Component`, `Directive`, etc.
067f7f8 to
729064f
Compare
Sorry, I have not updated the version of the language service. It supports the inline templates and external templates. You can try again. |
|
@atscott Just find a bug that will cause the extension to crash. angular/angular#63002 PTAL. |
Oh, sorry this was actually my mistake. I discovered the extension was broken recently and was waiting on a fix |
|
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. |

…emplate
In the Typescript Language Service, these diagnostics are reported as suggestion diagnostics. This will report the deprecated
Component,Directive, etc.