MyMICDS/MyMICDS-v2-Angular

Remove ngZone calls

nickbclifford opened this issue · 0 comments

During our initial migration to the SDK, we had some issues with change detection in observables, so we wrapped all of our calls with this.ngZone.run. After a bit of testing, it seems like this is no longer necessary, so these calls should be safe to remove. (This should probably be tested a bit more to make sure it's not just a race condition.)