angular check if array contains value code example Example: check if array have "false" value using "includes" if (validation.includes(value)) { // ... your code }