Science, asked by harshitsingh5644, 1 year ago

Explain what is services in AngularJS ?

Answers

Answered by shivanshupratap73
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