Angular with ASP.NET MVC Tutorials: Integrating Angular with Web API or ASP.NET MVC

preview_player
Показать описание
Angular Video Tutorial: Learn how to Integrate Angular With Web API Or ASP.Net MVC. in this Video, you will learn step by step integration of angular with web API and ASP.Net MVC using Visual Studio 2017

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

Awesome work, best tutorial for ng+ mvc. Major works share in simple way. Thanks DNT.

kumarkashyappandey
Автор

That's awesome, thank you very much.

msayeed
Автор

Thats brilliant and thats what i was looking for
Thank you soooo much

Karthik
Автор

works like a charm !!
For IE you need to uncomment few lines in ployfills.js
import 'core-js/es6/symbol';
import 'core-js/es6/object';
import 'core-js/es6/function';
import 'core-js/es6/parse-int';
import 'core-js/es6/parse-float';
import 'core-js/es6/number';
import 'core-js/es6/math';
import 'core-js/es6/string';
import 'core-js/es6/date';
import 'core-js/es6/array';
import 'core-js/es6/regexp';
import 'core-js/es6/map';
import 'core-js/es6/weak-map';
import 'core-js/es6/set';


import 'core-js/es6/reflect';

MrMadhumedida
Автор

Thanks.. nice tutorial, clean explanation

tokhinmarma
Автор

very good video, it was really helpful i used this for my final year project
helped me a lot thank you keep doing great stuff

murarimahith
Автор

Very informative and simple explaination

RidesBySky
Автор

Hello, I followed your steps but I keep receiving the following Console message:
"Failed to load resource: the server responded with a status of 404 ()"
For the .css and .js invoked in the .cshtml file.
How can I solve this???

Thank you so much,

carlotadias
Автор

Nice video. Can we use a view that's having a layout to bootstrap the angular? My requirement is to integrate angular in existing MVC or webforms app. My legacy app should run as usual, but when I redirect to specific page from there my angular components should load, and also all my layout navigations should be available. Let me know is this possible?

nasirahmed
Автор

can you show crud operation with login & logout and with different menu with angula11?

premS-
Автор

how to integrate angular 13 with MVC wep application

balasubramanianramamoorthi
Автор

Thanks for this video.
Can I use the shared View, View Components and _Layout from net core on this Angular project?

_STF_the_camera.kinemaster
Автор

Really good work, Thanks for sharing, any tips on the routing part ? How to handle that ? Also I believe assets folder will not work/map properly in case of custom files.

vishals
Автор

Not showing to my app folder, got stuck by system generated angular page

mr.triplea
Автор

Hi, great video!
Are you available for project work?

SJ-mphk
Автор

question: 1. why we are using web api while, we can use only mvc controller? 2. why using angular2+ with mvc view ? cannot we use only razor or jquery? 3. does it induce complexity or this architecture/setup has any advantage?

prateekbhardwaj
Автор

what angular version are u using on this project?

alberkabagus