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
RajKumar k
NA
58
1.8k
how to insert multiple data into the database using angular
Dec 10 2019 5:59 AM
https://www.c-sharpcorner.com/article/angular-7-multiple-data-save-using-formgroup-formarray/
in this link explain about how to insert data using form array but not to the database.
SaveData()
{
console.log(this.SchoolDetailsForm.value);
//pass this data to service and api node/webapi
}
it will print all the data of class details with in the form.i want to display single class detail.how can i do?
Reply
Answers (
2
)
filter records by keyword
Sample Angular Application