I'm trying to run Angular2 alpha 35
I have a server setup with a static shelf server. It works fine for publishing to heroku after pub build.
When i use pub serve to test locally, i don't seem to have control over routing, and i need more granular control to modify the routes to always point to index.html - (client side routing)
When i use shelf to point to the web folder - i can serve the asset - but i lose all of my dart transformers.
Question:
What is the best approach to serve a SPA for a native Dart project with client side routing?