c# - Using angular 4 for making just ajax call -
i want use angular 4 doing small operation making ajax call. note: know, can use plain jquery this... blah... blah...
question:
angular 4 nuget packages need install doing small operations making ajax call. example help.
technologies working with: asp.net mvc, .net core, c-sharp
this inappropriate use of angular. angular client-side technology primary purpose provide single-page application (or spa) user interface web application.
the idea entire application runs on client , not require going server navigate between pages of application. time angular application needs hit server data or lazy load more of application.
it makes no sense use angular within mvc application retrieve data.
Comments
Post a Comment