https://github.com/angular/angular
Raw File
Tip revision: 7a715b2403867aa3adfab1c87acd22af4fd8697b authored by Victor Berchet on 23 March 2017, 23:48:54 UTC
docs: add changelog for 4.0.0
Tip revision: 7a715b2
firebase.json
{
  "database": {
    "rules": "database.rules.json"
  },
  "hosting": {
    "public": "dist",
    "cleanUrls": true,
    "rewrites": [
      {
        "source": "**/!(*.*)",
        "destination": "/index.html"
      }
    ]
  }
}
back to top