章次 章 次
-
0:02
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
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…