/.NetCoreSpa

Hosting two angular app behind .net core 2.2 (Production ready, tested on linux environment)

Primary LanguageTypeScript

Goal : To host multile angular spa app behind our .net core web api (for version 2.2)

*Tested in production with .net core sdk 2.2 & Angular 7

Note: To achieve the goal we need to make changes in the following files

  1. Startup.cs
  2. package.json
  3. main.ts
  4. CoreSpa.WebApi.csproj