Angular2 RC5 Subdomain Routing

I would like to have a separation for the auth, public and private sections. The most obvious option is to simply create folders in the application. However, I want to specify different subdomains in different sections (example.com → public, auth.example.com → auth). I could not find Angular2 subdomain routing information - any ideas?

Thank!

+4
source share

Source: https://habr.com/ru/post/1651259/


All Articles