angular · angular/NG0950
NG0950
Required Input Not Supplied
A component or directive has an @Input() marked as required but no value was provided by the parent template. Add the binding in the parent template or remove the required flag if the input is truly optional.