Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <span *ngIf="productForm.controls.ProductName.validator?.required" class="required-field">*</span>
  2.  
  3. this.productForm = new FormGroup({
  4. 'ProductName': new FormControl('', [Validators.required])
  5. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement