This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6b8413f7b3
angular-cn
/
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 03:20:51 -05: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 18:26:59 -05: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 03:20:51 -05:00
}
}