284. Setting Up the DataStorage Service
5:32
2 Hökmdar
2 Bölmələr
121 segments
Hökmdar
Bölmələr
-
0:02Bölmə 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:05Bölmə 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…