crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
741 stars 173 forks source link

Angular 5.1.1 issue - No provider for NgZone #158

Open mdybich opened 6 years ago

mdybich commented 6 years ago

After bump Angular from 5.1.0 to 5.1.1 we are getting error No provider for NgZone while running component unit tests - (everything works on 5.1.0)

oleersoy commented 6 years ago

Wonder if it's related to this: https://github.com/crisbeto/angular-svg-round-progressbar/issues/163