mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5a9adbb484
Before `unknown` was available, the `never` type was used to discourage application developers from using "private" properties. The `unknown` type is much better suited for this. PR Close #41040