Closed danny95djb closed 6 years ago
Is there a way to run this code in the angular zone so that my tests will pick up if the remove or custom html is added correctly when the success event is fired? I've tried wrapping in a zone.run() but this doesn't solve the problem
All the events send by this library are run within the Angular zone. So not sure what could be the problem.
Is there a way to run this code in the angular zone so that my tests will pick up if the remove or custom html is added correctly when the success event is fired? I've tried wrapping in a zone.run() but this doesn't solve the problem