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
Anoop Prajapati
NA
109
6.1k
Amgular 2+ Designing issues
Nov 26 2018 4:24 AM
I wann help in angular 2+
json:[
{
"name":"jay",
"data":[
{"value":"22","code":"AGE"},
{"value":"2","code":"dependent"},
{"value":"BE","code":"Education"}
]
},
{
"name":"vijay",
"data":[
{"value":"21","code":"AGE"},
{"value":"4","code":"dependent"},
{"value":"Bsc","code":"Education"}
]
}
]
how to show in html table dynamiclly above json data?
like :
jai
vijay
22
21
2
4
BE
Bsc
Reply
Answers (
1
)
How to angular7 pipe filter data in array from API observabl
Difference between Angular2 ,angular4 and Angular6?