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:
Andrew Scott
2020-09-28 11:26:07 -07:00
committed by Joey Perrott
parent 4fe673d518
commit 904adb72d2
12 changed files with 892 additions and 26 deletions

View File

@ -13,6 +13,7 @@ ts_library(
srcs = [
"test_utils.ts",
],
visibility = ["//packages/language-service:__subpackages__"],
deps = [
"//packages/compiler",
"//packages/compiler-cli/test:test_utils",

View File

@ -12,7 +12,7 @@
}
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictTemplates": true,
"strictInjectionParameters": true
}
}