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
Sujeet Raman
859
927
351.9k
How to bind textbox in angular 2
May 3 2017 10:04 AM
How to bind and edit my text box in angular 2.
I need to bind data from api and edit
<
div
>
<
button
class
=
"btn btn-primary"
(
click
)=
"GetTax(ID)"
>
GetValues
</
button
>
</
div
>
<
div
class
=
"col-md-2 col-md-offset-3"
>
<
p
>
Name
<
input
name
=
"tn"
type
=
"text"
[(
ngModel
)]=
"Name"
/>
</
p
>
<
p
>
</
p
>
this is not binding also given classname.name in ngmodel
Reply
Answers (
2
)
Fire function from one to another controller
Text box is not binding in angular 2 html