Skip to content
Advertisement

Tag: angular2-forms

TypeError: this.form._updateTreeValidity is not a function

I’m currently using Angular Forms version 2.0.0 and trying to make a contact us modal with a contact form inside. Immediately after the ContactComponent loads, I get: EXCEPTION: this.form._updateTreeValidity is not a function I’ve already seen some other stack posts suggesting that using FormGroup instead of FormBuilder to init the form object in the component constructor is now standard with

Advertisement