This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
angular
Watch
1
Star
0
Fork
You've already forked angular
0
mirror of
https://github.com/angular/angular
synced
2026-05-24 09:28:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
aa30c50144
angular
/
aio
/
firebase.json
10 lines
123 B
JSON
Raw
Normal View
History
Unescape
Escape
feat(aio): add initial angular-cli scaffold (#14118) - adds initial CLI-generated app - adds material toolbar - initial (very rough) scss setup, lifted from angular/material - initial routing scaffold w/ homepage
2017-01-27 08:20:51 +00:00
{
"database"
:
{
"rules"
:
"database.rules.json"
}
,
"hosting"
:
{
"public"
:
"dist"
,
fix(aio): use cleanUrls option rather than bruteforce rewriting rule (#14547) the cleanUrls option is smarter and looks at headers and mime type to route requests correctly.
2017-02-16 23:26:59 +00:00
"cleanUrls"
:
true
feat(aio): add initial angular-cli scaffold (#14118) - adds initial CLI-generated app - adds material toolbar - initial (very rough) scss setup, lifted from angular/material - initial routing scaffold w/ homepage
2017-01-27 08:20:51 +00:00
}
}
Reference in a new issue
Copy permalink