I read through this blog post and was successfully able to get the "hello world" page to run. I couldn't figure out routing, so I decided to generate an entire angular 2 CLI app and stick it in my assets folder.
Is there a way to tell sails to route all calls to /admin to that angular app? Also, if there is a better way to do this, all I am trying to do is create an angular 2 admin app for a sails api.