Closed fcojavierdomenech closed 1 year ago
Describe the bug Incompatibility with angular 14
To Reproduce Steps to reproduce the behavior: Use any coc-angular option withing an Angular 14, it won't work
I fixed it editing this plugin's package.json file and changing the angular language-server to 14:
package.json
.... "dependencies": { "v12_language_service": "file:v12_language_service", "@angular/language-server": "14", "typescript": "~4.6.2" }
Same situation for me, it doesn't seem to be working for angular 14
@fcojavierdomenech man,you saved me a lot of time with this small fix. Thank you
Describe the bug Incompatibility with angular 14
To Reproduce Steps to reproduce the behavior: Use any coc-angular option withing an Angular 14, it won't work
I fixed it editing this plugin's
package.json
file and changing the angular language-server to 14: