mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e130bc171f
- adds initial CLI-generated app - adds material toolbar - initial (very rough) scss setup, lifted from angular/material - initial routing scaffold w/ homepage
7 lines
79 B
JSON
7 lines
79 B
JSON
{
|
|
"rules": {
|
|
".read": "auth != null",
|
|
".write": "auth != null"
|
|
}
|
|
}
|