Saved Bookmarks
| 1. |
What Is Service Method? |
|
Answer» Using service method, we define a service and then ASSIGN method to it. We’ve also injected an ALREADY AVAILABLE service to it. mainApp.service(‘CalcService’, function(MathService) Using service method, we define a service and then assign method to it. We’ve also injected an already available service to it. mainApp.service(‘CalcService’, function(MathService) |
|