Answer the question
In order to leave comments, you need to log in
How to force Angular to re-render the page after adding data from the server?
Todo-list application, there is a component that displays a list of tasks from the server, there is a component that adds a task to the server, how to make a new task appear immediately after adding?
Answer the question
In order to leave comments, you need to log in
If the server response is successful, add a new item to the list itself:list.push(item)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question