mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, `linenums` defaulted to true if the content was more than 10 lines long and false otherwise. Since in most cases linenums add unnecessary visual noise, this commit changes `linenums` to always default to false (regardless of the size of the content). It can be still be turned on by explicitly setting to true or a number. PR Close #31674 |
||
|---|---|---|
| .. | ||
| code-example.component.spec.ts | ||
| code-example.component.ts | ||
| code-example.module.ts | ||
| code-tabs.component.spec.ts | ||
| code-tabs.component.ts | ||
| code-tabs.module.ts | ||
| code.component.spec.ts | ||
| code.component.ts | ||
| code.module.ts | ||
| pretty-printer.service.ts | ||