* Triggers the Angular compiler's analysis pipeline without performing * per-file type checking. This is a lighter alternative to calling * `getSemanticDiagnostics()` when the goal is only to ensure that the * Angular project has been analyzed (e.g. during project initialization).
()
| 424 | * Angular project has been analyzed (e.g. during project initialization). |
| 425 | */ |
| 426 | ensureProjectAnalyzed(): void; |
| 427 | |
| 428 | getTcb(fileName: string, position: number): GetTcbResponse | undefined; |
| 429 |
no outgoing calls
no test coverage detected