🅰️ Angular 16.0.0-next.3 Input() Can Be Required
Now you can require inputs. What a fantastic news!
The next subversion of Angular comes with a long awaited feature.
Now, Input() fields can be actually required.
Up until today Angular didn’t offer a proper way of an requiring an input. There were some harsh workarounds, but they wasn’t never…