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
This commit is contained in:
Rob Wormald
2017-01-27 00:20:51 -08:00
committed by Igor Minar
parent b141a227fb
commit e130bc171f
222 changed files with 7052 additions and 592 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "dist",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}