Angular 16–19: Understanding `input.required<T>()` vs `input.required<T>().signal`

In Angular 16+ and 19, the new functional input API using input.required() is a powerful way to declare inputs in standalone and signal-based components. But many developers encounter this error:
⛶P...