Top "Ngzone" questions

Any question related to ngZone and change detection cycle of Angular framework can use this tag

When to use Ngzone.run()?

I got a bug in my angular project which finally resolved by wrapping my code into this.zone.run(() => {/* …

angular ngzone
Running jasmine tests for a component with NgZone dependency

How would I go ahead with running a jasmine test for the following component: @Component({ moduleId: module.id, selector: "testComp", …

angular jasmine ngzone
Ionic 3 and Ngzone is not working - not updating the results to HTML view

I want to perform some action after Bluetooth connection is done and vice versa. Handled scenarios for connection and added …

angular ionic3 ngzone