mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit introduces a new process for generating data for the AIO [events page](https://angular.io/events), which streamlines the process and minimizes duplication and manual work. For more details, see `aio/scripts/generate-events/README.md`. PR Close #45588
11 lines
128 B
JSON
11 lines
128 B
JSON
{
|
|
"rules": {
|
|
".read": false,
|
|
".write": false,
|
|
|
|
"events": {
|
|
".read": true,
|
|
".write": false
|
|
}
|
|
}
|
|
}
|