Closed
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