add proper angular support
This commit is contained in:
parent
ae9aa49359
commit
33a5bd4b2a
3 changed files with 14 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
return {
|
||||
cmd = { 'ngserver', '--stdio', '--tsProbeLocations', '', '--ngProbeLocations', '' },
|
||||
filetypes = { 'typescript', 'html', 'htmlangular' },
|
||||
filetypes = { 'typescript', 'htmlangular' },
|
||||
root_markers = { 'angular.json' },
|
||||
on_new_config = function(new_config, new_root_dir)
|
||||
local node_modules = new_root_dir .. '/node_modules'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue