mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
403b970e78
This commit adds a re-export of the `NgForOf` class as `NgFor` to improve the DX for cases when the directive is used as standalone. Developers can import `NgFor` class, which better matches the `ngFor` attribute used in a template. PR Close #47309