I\'m new in AngularJS 2 framework and I\'m stuck!
I want to deploy an application (quickstart for example) on a Windows Server 2012. I have already installed Apache
I've found the solution:
I had to insert the right path to the bundle files!
I changed for example the src attribut of the index file from : src="inline.bundle.js"
to : src="dist/inline.bundle.js"
Just added the DIST FOLDEEEEEER ! Haha Thank you run yards for your help !