Angular 2 items don't update when changed from phonegap notification dialog
问题 I am building an phonegap app with angular2. I want to show a confirmation dialog and in success callback to update elements from angular2 view. When I do this nothing happens right away, but if I update other model on the page (what is linked with angular) my update is updated. For confirmation dialog I use phonegap plugin: cordova-plugin-dialogs and the method called is: navigator.notification.confirm(...) . Here is my full code of my Component: AboutComponent = ng.core .Component({