Hi
DatePicker not allowing to pick date. It is not appearing. It is also giving error - MatDatepicker can only be associated with a single input.
constructor(private _fb : FormBuilder){
this.form = this._fb.group({
dob: ['', Validators.required],
doj: ['', Validators.required]
})
}
Thanks
Dwarkesh VajjalaPosted Jun 28, 2024, 6:41 AM
app.component.html
app.component.ts