Movies, TV shows, and more

Watch whenever you want wherever you want

Enter your email to create or restart your subscription.

@if (form.controls['email'].touched && form.controls['email'].invalid) {
@if (form.controls['email'].errors?.['required']) {

Please enter your email

} @if (form.controls['email'].errors?.['invalidEmailFormat'] && form.value.email) {

This is not a valid email format

}
}