Explain what is services in AngularJS ?
Answers
Answered by
0
AngularJS Services. Angular servicesare singleton objects that carry out some sort of task. We also useAngularJS services to organize and share code across the application. Angular Services follow Single Responsibility Principle (SRP) and are wired together using dependency injection (DI).
Similar questions