0
comment
comment
on 1/4/2018 4:51 AM
Setup environments for your AspNetCore backend and Angular frontend
Last week we saw how we could use angular cli and dotnet cli to pack and publish our application with simple commands. The application had no settings therefore there wasn’t a need to differentiate multiple deployments. But if we do need different settings, how should we handle it?
Today I will amswer this question by explaining