-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgenttype: bug/fix
Description
The ng2.io app has pages at URLs like
http://localhost:4200/docs/ts/latest/quickstart.html
(note the .html suffix). I can navigate by clicking links in the app, but if I copy-paste a valid app URL (like the previous one), I get:
Cannot GET /docs/ts/latest/quickstart.html
And if we deploy to firebase, it all works fine. How can we coerce ng serve into playing nice?
- OS? OSX 10.11.6
- Versions.
angular-cli: 1.0.0-beta.14
node: 6.5.0
os: darwin x64
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgenttype: bug/fix