Angular Course | Consuming API's with Angular

preview_player
Показать описание

Use Angular to consume API's and build applications using available API's. Integrate with RxJs, Resolvers, Map API Integration, etc.

Join the Community:

Follow on:

Intro 0:00
Environment Setup 4:50
App Components 8:16
Route Configurations 11:40
Random User API 18:52
User Service - Part 1 22:47
User Service - Part 2 26:51
Displaying Fetched Users 29:58
Mapping Response to Interfaces 34:29
Mapping Users Part 1 40:51
Mapping Users Part 2 45:51
Mapping Users Part 1 53:11
Bootstrap UI Setup 57:52
Displaying API Information 1:02:22
Displaying Users Table 1:08:40
Fetching User Detail 1:14:33
Displaying User Detail 1:19:22
Update User UI Logic 1:27:09
User Detail Form Logic 1:33:37
Route Resolver - Part 1 1:37:57
Route Resolver - Part 2 1:43:14
Map API Integration 1:48:11
Pipe and Code Refactoring 2:01:16
Рекомендации по теме
Комментарии
Автор

Thanks to Nelson (Amigoscode) for introducing us to you. You are a great teacher, especially to people like me who use Angular and Spring boot a lot.

davebudah
Автор

u r the best .. u have always the QUALITY in your content

mohamedbirali
Автор

Oh my God! This tutorial is incredibly good!!! Thanks a lot!

johnnash
Автор

Hi Jr., your courses on angular are really very good and to the point👍.
can you please let us know which extensions you are using in VS code?
looking forward to many more courses like this ...✌️

sarthhakkachwha
Автор

Pls explain dynamically loaded module.. Angular library to reusable projects and unit testing for the same 👍

gururajmoger
Автор

Thank you a bunch for this tutorial
indeed it was very resourceful and i learn new stuff about angular i had no idea existed

mofirojean
Автор

thank you for this awesome turorial, I'm some minutes in but the + to convert the string type to number throws an error what do I do

ogunkayodeoluwaseun
Автор

Hey. I have an application built with angular in the frontend and spring boot with spring security ( using Auth0 for the token) in the backend. The applications runs perfectly well when i run it locally but fails when i deploy it to google app engine. I am getting a CORS Policy error so am wondering where am doing it wrong. Kindly guide please

webeltech
Автор

hello sir i learned a lot of knowledge from your channel, but today when i do a tutorial like this video 54:05, the return result i get is : EROR TypeError: Cannot read properties of undefined (reading 'map' ) hope you help me.

phuccute
Автор

How replace "resolver" if this is deprecate in angular 15?

paputec
Автор

Get Arrays, I think you have observed that this application has a bug; whenever we click on view, it opens up with someone else's profile. Can you share how to fix that

saunaknandi
Автор

Thank you very much for this!
I've been trying to implement the functionality so that when we click on a user, the user detail page displays the details of the user I click, not a random one
Because right now if I click on a user I see it's uuid on the URL, but the page displays another user with a differend uuid
Unfortunately I couldn't come up with any solution, could you give me a lead on how it can be implemented, if possible?
thanks in advance!

fantastictobey
Автор

I need an assistance in user service and fetching data from API am using angular 17 coz the approach it seems different @GetArrays

joelhillary