Angular tutorial for beginner-6 | service in Angular| dependency injection | @codingfromexperience3713
Service is a broad category encompassing any value, function, or feature that an application needs. A service is typically a class with a narrow, well-defined purpose. It should do something specific and do it well.
Angular distinguishes components from services to increase modularity and reusability.
Ideally, a component's job is to enable only the user experience.
A component should present properties and methods for data binding to mediate between the view and the application logic. The view is what the template renders and the application logic is what includes the notion of a model.
Command to create service
ng g s service-name
Some reference links:
https://github.com/subhrajyotiw5rtc/Angular/tree/angular-part-6
https://angular.io/guide/architecture-services
https://www.tutorialspoint.com/angular4/angular4_services.htm
#angular #angularforbeginners #angularservice #DIangular
Видео Angular tutorial for beginner-6 | service in Angular| dependency injection | @codingfromexperience3713 канала Coding from experience
Angular distinguishes components from services to increase modularity and reusability.
Ideally, a component's job is to enable only the user experience.
A component should present properties and methods for data binding to mediate between the view and the application logic. The view is what the template renders and the application logic is what includes the notion of a model.
Command to create service
ng g s service-name
Some reference links:
https://github.com/subhrajyotiw5rtc/Angular/tree/angular-part-6
https://angular.io/guide/architecture-services
https://www.tutorialspoint.com/angular4/angular4_services.htm
#angular #angularforbeginners #angularservice #DIangular
Видео Angular tutorial for beginner-6 | service in Angular| dependency injection | @codingfromexperience3713 канала Coding from experience
Комментарии отсутствуют
Информация о видео
16 октября 2022 г. 12:55:57
00:17:52
Другие видео канала