TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rohan Ramani
NA
786
144.8k
How to validate email address is valid/required in angular7?
Jan 28 2019 2:06 AM
Hi,
I have a form in angular and there is a field as email address.
I want to validate it as required and valid email address.
<
input
type
=
"text"
required #
email
=
"ngModel"
name
=
"email"
class
=
"form-control"
[(ngModel)]="userModel.email"
placeholder
=
"Email"
/>
Reply
Answers (
1
)
What is Material Design in Angular
develop Material Design with bootstrap in Angular?