asp-net-core-spa-services

How to configure ASP.net Core server routing for multiple SPAs hosted with SpaServices

瘦欲@ 提交于 2019-11-26 12:56:48
问题 I have an Angular 5 application that I want to host with Angular Universal on ASP.net Core using the latest Angular template RC. I\'ve followed the docs and have the application up and running. The problem is that I am also using Angular\'s i18n tools, which produce multiple compiled applications, 1 per locale. I need to be able to host each from https://myhost.com/{locale}/ . I know that I can spin up an instance of the ASP.net Core app for each locale, and set up hosting in the webserver to