coc-angular icon indicating copy to clipboard operation
coc-angular copied to clipboard

Angular 14 breaks coc-angular

Open fcojavierdomenech opened this issue 3 years ago • 0 comments

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:

....
"dependencies": {
    "v12_language_service": "file:v12_language_service",
    "@angular/language-server": "14",
    "typescript": "~4.6.2"
  }

fcojavierdomenech avatar Sep 15 '22 14:09 fcojavierdomenech