I initially tested Asp.net Core + Angular2 and I was quite happy with it, but I got to the point I've to use external library(in my case, iTextSharp
) in a project referenced by the web app. I didn't found a workaround to use library of the .Net Framework in a .Net core Class library project, so I guess I've to move back to Asp.Net MVC 5.
Now:
Is it possible to have an Asp.Net MVC5 + WebPackMiddleware + hot module replacement? Is there a template available for this configuration?