mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
71138f6004
The compiler does not currently report errors when there's an `@Input()` for a `private`, `protected`, or `readonly` directive/component class member. This change adds an option to enable reporting errors when a template attempts to bind to one of these restricted input fields. PR Close #38249