bootsoon / ng-circle-progress

A simple circle progress component created for Angular based on SVG Graphics.
https://bootsoon.github.io/ng-circle-progress/
MIT License
250 stars 85 forks source link

perf: dispatch events only if there are any listeners #148

Closed arturovt closed 3 years ago

arturovt commented 3 years ago

Any event dispatching runs change detection from the root component to the bottom one where .emit() was called.