Created
March 18, 2019 14:50
-
-
Save mdmoin7/35509e0de6abd3059571f4f47b482589 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div *ngIf="addressObj.get('pincode').touched"> | |
<small *ngIf="addressObj.get('pincode').hasError('required')">Pincode is required</small> | |
<small *ngIf="addressObj.get('pincode').hasError('zipCode')"> | |
allowed pincode is {{addressObj.get('pincode').getError('zipCode').validCode}} | |
</small> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment