nativescript-angular icon indicating copy to clipboard operation
nativescript-angular copied to clipboard

updating a model from a catch or finally block does not update the UI

Open Omar-Salem opened this issue 4 years ago • 0 comments

Environment "@angular/cli": "^11.0.6", "@angular/common": "~11.0.6", "@angular/compiler": "~11.0.6", "@angular/core": "~11.0.6", "@angular/forms": "~11.0.6", "@angular/platform-browser": "~11.0.6", "@angular/platform-browser-dynamic": "~11.0.6", "@angular/router": "~11.0.6", "@nativescript/angular": "10.0.0", "@nativescript/core": "^7.1.2",

Describe the bug updating a model from a catch block does not update the UI

To Reproduce throw an error, catch it, update a model from inside the catch and/or finally

Expected behavior updating a model from a catch block updates the UI

Sample project https://play.nativescript.org/?template=play-ng&id=PKJnDS&v=3

Omar-Salem avatar Jan 14 '21 04:01 Omar-Salem