mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This speeds up the compilation process significantly. Also introduces a new option `fullTemplateTypeCheck` to do more checks in templates: - check expressions inside of templatized content (e.g. inside of `<div *ngIf>`). - check the arguments of calls to the `transform` function of pipes - check references to directives that were exposed as variables via `exportAs` PR Close #19152 |
||
|---|---|---|
| .. | ||
| check_types_spec.ts | ||
| expression_diagnostics_spec.ts | ||
| mocks.ts | ||
| symbol_query_spec.ts | ||