i am in the porting of some AngularJS services to Angular 8.
Some services use $scope
. For Example one service use $sScope.$apply
in firing events.
What can be the better method for porting these service in Angular 8 ?
I can't show any code, but there is some one can point me in the right direction suggesting articles or tutorial for doing this porting.
I have already read simple tutorials, i need some specific examples for doing porting of such things.
Thanks in advance. Giuseppe.