tengo este codigo:
<mat-form-field> <input [ngxTimepicker]="term" [format]="12" readonly matInput formControlName="term" required /> <ngx-timepicker-field #term [controlOnly]="true"></ngx-timepicker-field> </mat-form-field> Tengo un error js: this._timepicker.registerInput is not a function . ¿Tienes una idea de cómo puedo solucionar eso?