[(ngModel)]: what I understand is that it can achieve two-way binding of user input and data, similar to the function of v-model in vue;
my operation: I have done a heroic component case of the angular2 tutorial, and finally I can change the heroic name (input), on the component details page and click back-the name I modified before has changed!
the page and details of the question: Top Heroes are on different pages, and the hero of the details page is passed from the route, so how does he send the change of name back to Top Heroes?