I'm new in Angular2. I've read a few things about deployment of ng2 apps.
1) I have installed latest beta version of angular-cli.
2) Then I've created a new project with angular-cli.
3) Then I've run ng build command and copied/pasted the content of dist folder on a new folder on my wamp server.
After I try to reach the url on my browser, having my server running I get the following state of the application.
"Loading..." and the app component never loads. No errors or anything ? Any ideas about what I'm doing wrong ?