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
Ramnath Bodke
1.5k
268
14.6k
take input value in component.ts file
Apr 13 2018 12:40 AM
have 2 input text in .html file
<input type="text" [(ngModel)]="text1">
<input type="text" #text2>
now, want take both values in component.ts file. How should i take both texbox value?
Reply
Answers (
2
)
connect to mysql database with angular5
Angular 5 code flow structure