mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1934524a0c
This commit adds support for extracting type alises. It currently extracts the raw written type from the source without performing any resolution, such as for resolving `typeof` queries, as current Angular public APIs do not rely on this. PR Close #52118