mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
- adds initial CLI-generated app - adds material toolbar - initial (very rough) scss setup, lifted from angular/material - initial routing scaffold w/ homepage
6 lines
79 B
JSON
6 lines
79 B
JSON
{
|
|
"rules": {
|
|
".read": "auth != null",
|
|
".write": "auth != null"
|
|
}
|
|
}
|