feat(language-service): add quick info for inline templates in ivy (#39060)
Adds implementation for `getQuickInfoAtPosition` to the Ivy Language Service, which now returns `ts.QuickInfo` for inline templates. PR Close #39060
This commit is contained in:

committed by
Joey Perrott

parent
4fe673d518
commit
904adb72d2
@ -13,6 +13,7 @@ ts_library(
|
||||
srcs = [
|
||||
"test_utils.ts",
|
||||
],
|
||||
visibility = ["//packages/language-service:__subpackages__"],
|
||||
deps = [
|
||||
"//packages/compiler",
|
||||
"//packages/compiler-cli/test:test_utils",
|
||||
|
@ -12,7 +12,7 @@
|
||||
}
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"fullTemplateTypeCheck": true,
|
||||
"strictTemplates": true,
|
||||
"strictInjectionParameters": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user