I'm trying to migrate an Angular 4 + ASP Web Api 5 to ASP Core. I've used the VS 2017 Angular 4 template and added the rest of code.
The older app uses systemjs.config.js
, new template uses webpack but with new template I got lots of problems:
jQuery plugins not working proprly (previously working)
On deploy I got new errors on angular libraries(previously working)
My question is:
Can I use other Angular 4 integrations with Asp Core Web Api+ VS 2017 than webpack?