mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
the common-to-standalone migration only matched [ngTemplateOutlet] and [ngComponentOutlet] bindings and missed their structural forms (*ngTemplateOutlet and *ngComponentOutlet). This caused missing imports when removing CommonModule. This change adds structural directive patterns so the migration correctly identifies needed imports. |
||
|---|---|---|
| .. | ||
| migrations | ||
| ng-generate | ||
| test | ||
| utils | ||
| BUILD.bazel | ||
| collection.json | ||
| migrations.json | ||
| rollup.config.js | ||
| tsconfig-test.json | ||
| tsconfig.json | ||