Validating Address and Credit Card

Let's see how we can validate addresses and credit cards in Angular using Rx.

Validating an address

The address section has two layers of validation.

First, each item needs to have its own individual set of validators, but the address as a whole needs to be checked against the backend to ensure that it’s a valid address.

The individual validations are simple:

Get hands-on with 1200+ tech skills courses.