mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
023a181ba5
This commit implements the getOutlingSpans to retrieve Angular-specific outlining spans. At the moment, these spans are limited to control-flow blocks in templates. This is required for folding ranges (https://github.com/angular/vscode-ng-language-service/issues/1930) PR Close #52062