284. Setting Up the DataStorage Service

5:32 2 സ്പീക്കറുകള്‍ 2 അദ്ധ്യായങ്ങള്‍ 121 ഗ്രൂപ്പുകള്‍

സ്പീക്കറുകള്‍

അദ്ധ്യായങ്ങള്‍

  1. 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 …

  2. 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…