Complete Angular 7 Master Detail CRUD with Web API - Part 1

preview_player
Показать описание
Angular 7 Master Detail CRUD Operations Implemented in Asp.Net Web API using Entity Framework.

In this and next video, we'll cover how to implement Master Detail CRUD Operations in Angular 7 with Web API Back-end. All of the CRUD Operations - Insert, Update, and Delete are implemented from Scratch Using sample project for Restaurant Orders.

Contents discussed :
- How to design advanced master detail CRUD Operations in Angular 7.
- Open detail form in pop dialog using Angular Material.
- DB Design for Master Detail with foreign keys.
- Enable CORS in Asp.Net Web API.

The following points are covered in part 2
- CRUD Operations on Master Detail in Asp.Net Web API
- Retrieve and Display Master Details in Angular 7 with the help of LINQ in Web API.

# NuGet Command: Install Web API Cors
Install-Package Microsoft.AspNet.WebApi.Cors

# NuGet Command: Fix Version Compactability of Cors and Http
Update-Package Microsoft.AspNet.WebApi -reinstall
Install-Package Microsoft.AspNet.WebApi.Core

📂 GitHub Repository

💖 Buy me a Coffee

🌀 Related Videos

🔗 Find me in

#Angular #WebAPI #CodAffection
Рекомендации по теме
Комментарии
Автор

Thanks man I really appreciate your tutorials ! Go ahead man

Amineification
Автор

Great videos, great explanations, Thanks a lot much appreciated !

aimanfawarsy
Автор

A very nice sample application. I typed all of this and it took me awhile, but I learned many concepts and it helped me a lot in my understanding of Angular 7.

scottames
Автор

Excellent video!!!! thank you for
very clear explanation!

diegospinedi
Автор

I have watched few videos about Angular. I think this is by far the best of them all.

davidsequoias
Автор

Hello totally love your series please make a video of akita state management in angular 7 together with material design....be blessed

henryokoth
Автор

Bohat ala!! excellent video, bit hard for me for the moment, but I'm sure will cover soon when watch it again

beyondthenature
Автор

Superb!! Loved the first part. Now moving towards the second part. Subscribed!!!!

CodeWrestling
Автор

excellent ! I like your teaching very much I hope you will reach your deserved-popularity.

zahoorahmed
Автор

Nice explanations and easy to understand.

eldhose
Автор

Thank you for helping me better understand Api in conjunction with angular!! verry so good

taiinh
Автор

Friends
season... ( haha, nice)
Thank you for great turorials .

gigatodadze
Автор

Congratulations on your channel and the material available here. His tutorials are very well detailed, and for me that I'm starting up in the web dev helps me a lot. (
Translated with google translate).

jonathanseehagen
Автор

A hot cup of Coffee coming your way, Sir!

scottames
Автор

Very Help full, clear and working code. Some changes required in HTML may be due to Angular Version not known, in HTML services directly used but private component cant use in html hence some minor changes in coding this work fine and clear my all droughts for Master Details Data saving. VERY WORTH FULL TO INVEST TIME.

sandeeppimpalkar
Автор

It was too good to understand and follow your video. I made a project with u your help. thankyou

nithingudala
Автор

Kindly Make video of how to integrate SMS and email API for Customer transaction or altert In angular 7 with firebase dabase.

Santoshumnekar
Автор

Great video!
Long form videos are good :)
Keep it up :D

Devstackr
Автор

Hello I am having some difficulties with creating the order form. When I compile im getting these two errors:
Property 'service' is private and only accessible within class 'OrderComponent'.
&
Can't bind to 'ngMode' since it isn't a known property of 'select'.
If i could get some assistance with what the issues could be it would be greatly appreciated

kaidsadikot