Hi, I got a plunker here describing simple form http://plnkr.co/edit/YhtPpSmEgDEZpZ2BKNVA?p=preview
What it does: There is a service that provides data, form - shows ui for user with editable fields bound to model, *departments_list.ts* component that shows list of departments and current person's department. User changes name - model name changed, user changes department by clicking on it - model's *departmentId* changed. User clicks on 'Save' and in console you can see that it is current model that on screen. Everything works fine except this is a toy example because in real world you need to fetch data from server and there will be delays. I prepared in *service.ts* lines 11, 17 that need to be uncommented to use completely the same data but pretending it is fetched from server. And this is where I got stuck... So the question - how to implement this kind of form in Angular2 using Observables with server delays? Thanks in advance -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
