0In this video we will learn how to upload images in angular and how to display images with angular.
We are using web apis created with asp.net core. Below is the source code
Yideo tutorial of upload file in API: • Upload image in dot net core APIs
source code for both angular project and web apis: https://drive.google.com/file/d/1tDAX...
................................
Other links:
Angular tutorials and projects: https://bit.ly/3DitqDp
dot net 6 tutorials and projects: https://bit.ly/3MSrXGX
dot net core series: https://bit.ly/3TolF4i
dot net 6 projects: https://bit.ly/3zpn9ng
.......................................................
connect with me
Twitter: / ravi_devrani
GitHub: https://github.com/rd003
YouTube: / @ravindradevrani
..........................................
Become a supporter:
You can buy me a coffee: https://www.buymeacoffee.com/ravindra...
......................................
Timestamps:
00:00 Intro and project demo
00:28 Creating a new project with cli
02:03 Open project in vs code
03:28 Define our own template with bootstrap
06:17 Create product component
09:03 Define routing
14:05 Creating interfaces (models)
16:15 Creating services
17:14 Working on add product component
26:04 Defining template, form and validation of add product
37:43 Add more functionality to add product ts file
52:55 Display product component
01:04:28 Conlusion