mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
``` NgLSHost: AngularLanguageServiceHost NgLS: AngularLanguageService ``` NgLSHost should not depend on NgLS, because it introduces circular dependency. Instead, the `getTemplateAst` and `getTemplatAstAtPosition` methods should be moved to NgLSHost and exposed as public methods. This removes the circular dependency, and also removes the need for the awkward 'setSite' method in NgLSHost. PR Close #31122 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| completions_spec.ts | ||
| definitions_spec.ts | ||
| diagnostics_spec.ts | ||
| hover_spec.ts | ||
| html_info_spec.ts | ||
| language_service_spec.ts | ||
| reflector_host_spec.ts | ||
| template_references_spec.ts | ||
| test_data.ts | ||
| test_utils.ts | ||
| ts_plugin_spec.ts | ||
| typescript_host_spec.ts | ||