Skip to content

Instantly share code, notes, and snippets.

@philipszdavido
Created September 18, 2017 17:35
Show Gist options
  • Save philipszdavido/de6f28d7d5d0ef5d99b98cb52ef9c1e3 to your computer and use it in GitHub Desktop.
Save philipszdavido/de6f28d7d5d0ef5d99b98cb52ef9c1e3 to your computer and use it in GitHub Desktop.
constructor(private fb: FormBuilder) {
this.addLinkForm = this.fb.group({
title: ['',[Validators.required,Validators.minLength(4)]],
article: ['',[Validators.required,Validators.minLength(4)]]
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment