Skip to content

Commit

Permalink
docs(ngx-codejar): add compatibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Mar 9, 2024
1 parent 5a6e111 commit c752acf
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,37 @@ According to the [main project](https://github.com/antonmedv/codejar) it has the
- Indents line with the Tab key
- Supports undo/redo

## Compatibility

<table>
<thead>
<tr>
<th>NgxCodeJar</th>
<th>CodeJar</th>
<th>Angular</th>
<th>Readme</th>
</tr>
</thead>
<tbody>
<tr>
<td>7.x</td>
<td>4.x</td>
<td> &gt;= 16</td>
<td>
<a href="https://github.com/julianpoemp/ngx-codejar/blob/main/README.md">README</a>
</td>
</tr>
<tr>
<td>6.x</td>
<td>4.x</td>
<td>15.x</td>
<td>
<a href="https://github.com/julianpoemp/ngx-codejar/blob/v6.x/README.md">README</a>
</td>
</tr>
</tbody>
</table>

## Overview

- [Install ngx-codejar with highlight.js](https://github.com/julianpoemp/ngx-codejar#how-to-use-codejar-with-angular-and-highlightjs)
Expand Down

0 comments on commit c752acf

Please sign in to comment.