mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
In https://github.com/angular/angular/pull/64745, a fix was introduced for templates referenced with a trailing semicolon. However, templates are still incorrectly removed when there are whitespace characters before the template name.
This commit updates the control flow migration logic to ensure templates referenced with preceding whitespace are not removed.
Fixes #64854
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| migrations | ||
| ng-generate | ||
| test | ||
| utils | ||
| BUILD.bazel | ||
| collection.json | ||
| migrations.json | ||
| rollup.config.js | ||
| tsconfig-test.json | ||
| tsconfig.json | ||