iamcco / coc-angular

Angular Language Service coc extension for (neo)vim
146 stars 17 forks source link

Update to latest angular version #42

Closed blasco closed 2 years ago

blasco commented 2 years ago

Is there a way to make this plugin work with the latest angular version (13) ? Seem's to be working only up to angular 11

blasco commented 2 years ago

seems like updating the package.json of coc-angular is enough to solve the issue:

  "dependencies": {
    "@angular/language-server": "~13.0.0",
    "typescript": "~4.4.3"
  }

It would be great to update this extension! Thank you for the support