Using ngPattern to Validate E-mail Addresses in Angular April 24, 2018 Angular’s ngPattern allows you to validate input using a pattern. See below for an easy example of how to validate an e-mail address using the ng-pattern.