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!
source
share