-
Notifications
You must be signed in to change notification settings - Fork 0
Running this project #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
To start the web server:
If you want the address "http://localhost:9000/index.html" also work, you should add another route to support it. I already did it, anyway. This is the code excerpt: Note that there are two branches of this project that replace the TODO MVC application with the "quick start" and the "tour of heroes" applications I copied from the official angular 2 page. |
Add a route branch to support the address "http://localhost:9000/index.html" be used to load the page. Also, sepparate the route definition in many subroutes to make it more readable.
I am a beginner. I am trying to access the index page with various url combinations. Please update the document.
http://localhost:9000/index.html
The text was updated successfully, but these errors were encountered: