How to Encrypt and Decrypt Data in Angular 8

Introduction In this article, You’ll learn how to implement AES encryption and decryption in Angular 8 while developing an application. Concepts The AES is the advanced encryption standard. So, these algorithms have been the standard of encryption for organizations like the NSA and anyone else that wants to hide their …

How to Upload Video using Angular 8 with WebAPI

Introduction In this article, you’ll learn how to upload and view videos using Angular 8 with Web API. we’ll also be creating a demo project for better understanding. This article is very useful for those who are getting started with Angular. Prerequisites 1. Angular 82. ASP.NET Web API3. SQL Server4. …