Hello Everyone!
Welcome to PRP Coding YouTube channel. I am Praveen Raveendran Pillai.
In this session I shall explain "How to consume a streaming web api in Angular?”.
We all know how to bind an API to an Angular application using the httpClient. Now what if the data is a streaming and we want to bind the data as it comes in.
In this demo I am using an ASP.NET Core Streaming Web API. If you want to know how to create a streaming web api in C#, I highly recommend you to watch my video on "ASP.NET Core IAsyncEnumerable Web API"
Video Link : • ASP.NET Core IAsyncEnumerable Web API
If you want to know about Angular 17 built in directives then kindly go through • Angular - Built-in control flow statements.
Angular streaming can be achieved by using a third party JavaScript Library named “Oboe”.
Oboe is an open source Javascript library for loading JSON data using streaming.
Oboe makes it really easy to start using json from a response before the ajax request completes. Or even if it never completes.
Follow me on LinkedIn: / praveen-raveendran-pillai
Please don’t forget to subscribe my YouTube channel and stay tuned for the next updates 🙂
#angular #streaming #coding #training #programming #javascript #angular17 #angulardevelopment #bootstrap #databinding #webapi #developer #frontend #vscode #oboe