I'm new in Angular 2 and I need some advices concerning my personal project. I have two components, a formation list and a form to update my datas. I work with services calls to update my datas and to display my formations list. I had a problem with the datas update on my view but I resolved it by adding a timer to refresh datas. I'm not fan of this solution because my service is called every second in my formation list interface :/
My question : What's the better way to refresh my view in my case ?
Thx in advance