angular/aio/tools/transforms/examples-package/services
Pete Bacon Darwin 758ba0f0f9 build(docs-infra): indent docplaster markers to the level of the docregion (#43216)
This change makes docplaster markers fit better with the surrounding code
that is being rendered.  Instead of:

```
{
  "a": 100,
// ...
  "b": 200,
// ...
}
```

you can now get

```
{
  "a": 100,
  // ...
  "b": 200,
  // ...
}
```

PR Close #43216
2021-09-15 10:46:45 -07:00
..
region-matchers build(aio): move the transforms folder into the tools folder 2017-04-16 22:05:23 +01:00
example-map.js build(aio): move the transforms folder into the tools folder 2017-04-16 22:05:23 +01:00
getExampleRegion.js build(docs-infra): fail if there are unused example regions (#40479) 2021-01-20 16:12:15 -08:00
getExampleRegion.spec.js build(docs-infra): fail if there are unused example regions (#40479) 2021-01-20 16:12:15 -08:00
parseArgString.js build(aio): move the transforms folder into the tools folder 2017-04-16 22:05:23 +01:00
region-parser.js build(docs-infra): indent docplaster markers to the level of the docregion (#43216) 2021-09-15 10:46:45 -07:00
region-parser.spec.js build(docs-infra): indent docplaster markers to the level of the docregion (#43216) 2021-09-15 10:46:45 -07:00