angular / router

The Angular 1 Component Router
MIT License
665 stars 135 forks source link

Unable to run the examples #372

Open pgiraud opened 9 years ago

pgiraud commented 9 years ago

In the README, it is advised to look at the examples to see how angular-new-router works. However, I'm unable to run them.

Here's what I did:

git clone https://github.com/angular/router.git
cd router
npm install
npm install -g http-server
http-server

I then try to load http://localhost:8080/examples/angular-1/animation/ in my browser. The page loads in the browser with no error nor warning. The application js files are loading correctly, so are the component js and html files.

However, the <ng-outlet> element is still empty.

Am I doing something wrong or are the examples broken ?