39587ad127
Currently, method `getVarDeclarations()` does not try to resolve the type of exported variable from *ngIf directive. It always returns `any` type. By resolving the real type of exported variable, it is now possible to use this type information in language service and provide completions, go to definition and quick info functionality in expressions that use exported variable. Also language service will provide more accurate diagnostic errors during development. PR Close #33016 |
||
---|---|---|
.. | ||
BUILD.bazel | ||
check_types_spec.ts | ||
expression_diagnostics_spec.ts | ||
mocks.ts | ||
typescript_symbols_spec.ts | ||
typescript_version_spec.ts |