Create Your Online Food Store Using Angular - Part 16 - Loading

preview_player
Показать описание
In this lesson we are going to add loading to the project, so on fetching and sending the data to the server, the user will see loading on the screen.

Please share your feedback to make this better every day.

YOU WILL See
00:00 Intro
00:17 Adding loading animation image
00:39 Adding loading component
01:11 Adding Loading service
03:52 Using Loading service inside Loading component
04:53 Loading component HTML file
06:17 Loading component CSS file
08:33 When do we need to show the loading?
09:21 Generating loading interceptor
14:30 Outro

Contact me:
Рекомендации по теме
Комментарии
Автор

plz tell how to connect without map and paypal payment to backend

isharthgupta
Автор

Hii, will you add the cart page as well on this website?
Like adding items to cart ...

piyushjain
Автор

hello sir nasir instead of using a variable and tap and all that i saw this guy using finalize() with pipe, this is all the code needed in the interceptor:
return next.handle(req).pipe(
finalize(
()=>{

}
)
)
}

}

anessrahmani