Does anyone know if Angular2 will be able to run from file:/// at all? If so, please point me to a sample template.
I have created a sample angular2 app using the angular-cli. I tested the sample and got the default "app is working!" message. After this, I used "ng build -prod" to create the distribution output. I also ran "ng serve -prod" to test the production build.
I get missing bundled files (file:///C:/main.d02450dd52811831e517.bundle.js), and I guess it is due to the that forces the file system to root in the working drive.