mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
96fedd249e
This commit makes the `FormControlStatus` symbol available as a public API. The symbol itself was intended to become a part of the public API, but due to the missing re-export, the symbol remains private. Fixes #44176. PR Close #44183