284. Setting Up the DataStorage Service
5:32
2 സ്പീക്കറുകള്
2 അദ്ധ്യായങ്ങള്
121 ഗ്രൂപ്പുകള്
സ്പീക്കറുകള്
അദ്ധ്യായങ്ങള്
-
0:02അദ്ധ്യായം 1: To use the Angular HTTP service, just to bring this back in memory, I want to use it here to save and fetch recipes in the end. 302s · Speaker 1
To use the Angular HTTP service, just to bring this back in memory, I want to use it here to save and fetch recipes in the end. So to use that, we need a place to make these HTTP requests. Now, the buttons I just showed you can be found in …
-
5:05അദ്ധ്യായം 2: And for Angular's dependency injection to work, we now have to set the type here of that injected argument to HTTP client. 25s · Speaker 1
And for Angular's dependency injection to work, we now have to set the type here of that injected argument to HTTP client. So what I imported here. Now Angular is able to inject this, also thanks to us unlocking the HTTP client in the app m…