coc-angular
coc-angular copied to clipboard
Angular Language Service coc extension for (neo)vim
**Describe the bug** This works if you install @angular/language-service in the project however in a mono repo the language service is not working. **To Reproduce** Steps to reproduce the behavior:...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Hello, I'm a big fan of this plugin, any idea when the next version will come out? Need any help?
Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.2 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
## Result from CocInfo ## versions vim version: NVIM v0.11.0-dev node version: v22.9.0 coc.nvim version: 0.0.82-aacbbcad 2024-11-23 13:34:02 +0800 coc.nvim directory: /home/joeri/.local/share/nvim/lazy/coc.nvim term: xterm-kitty platform: linux ## Log of coc.nvim...
Neovim now detects the angular component files and sets `htmlangular` as the filetype. This caused coc-angular to not be loaded in the template files as it looked for the 'html'...