Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ibteasm Ahmed c02fbc5db1
Add angular content for state management (#2107)
2 years ago
..
100-dependency-injection.md Add angular content for state management (#2107) 2 years ago
readme.md Add angular content for state management (#2107) 2 years ago

readme.md

Services

Components shouldn't fetch or save data directly and shouldn't knowingly present fake data. They should focus on presenting data and delegate data access to a service. Service is where all the remote API calls exist to retrieve and provide data to components.

Free Content Adding Services in Angular Get Data from Server