Camilo Romero
Results
3
comments of
Camilo Romero
I think it should be as it is worked with vue, as far as I know, angular has its own language server (like vue). I think it is called angularls...
You got a point, but usually, Angular files end up with `file.component.[ts,html,css]`. For tests `file.component.spec.ts` and for the modules `file.module.ts`. So I think it is better to split up Angular...