Angular provides built-in library for validation but it doesn’t have built in validation for password and confirm password. so in this tutorial i am going to explain how can we make custom validation for this same as angular built-in validations.…

How to upload multiple files in angular 12 reactive form
How to upload multiple files in angular 12 reactive form Uploading multiple files with progress in angular is too easy, you can implement it in your website using the below guideline. i will suggest to read my last post Angular…

How to upload files with form data in angular 12?
in this tutorial we will learn to upload the files with reactive form in angular. it’s not easy to upload the files along with form data in angular in compare to JQuery and other JavaScript framework. Angular upload a form…