8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd3a15 commit 9f620c6Copy full SHA for 9f620c6
README.md
@@ -80,6 +80,7 @@ npm install --save ngx-diff2html
80
| filename | string | Optional, default: '' (empty) | Can be used to display a filename at the top of diff results
81
| format | `DiffFormat` | Optional, default: `side-by-side` | Possible values:<br> - `side-by-side`<br> - `line-by-line`
82
| style | `DiffStyle` | Optional, default: `word` | Possible values:<br> - `word`<br> - `char`
83
+| showContext | boolean | Optional, default: `false` | Enable to show context lines
84
85
### Outputs
86
0 commit comments