Skip to content

Commit 1723560

Browse files
committed
fix: fix markdown
1 parent bc7ae4e commit 1723560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ View and edit the live demo Angular app on <a href="https://codesandbox.io/s/ngx
104104
| Input | Description | Type | Default value |
105105
| :-------------------------- | ------------------------------------------------------------ | ------------------ | :------------ |
106106
| annotations | Represents the parts of the given text which shall be annotated. | `Annotation[]` | `[]` |
107-
| annotationClass | An optional CSS class applied to all elements which wrap the annotated parts of the given text. | `string|undefined` | `undefined` |
107+
| annotationClass | An optional CSS class applied to all elements which wrap the annotated parts of the given text. | `string\|undefined` | `undefined` |
108108
| annotationRendererComponent | An optional Angular component that shall be used for rendering the annotation. By default, it uses the provided `NgxAnnotationRendererComponent`. You can implement your own annotation rendering component to customize the visualization of annotations. The custom component must implement the interface `NgxAnnotationRendererComponentInterface`. | `NgxAnnotationRendererComponentInterface` | `NgxAnnotationRendererComponent` |
109109
| removable | Determines whether annotations shall have a small button in the top right corner so that the user can remove an annotation. | `boolean` | `true` |
110110
| text | The text which shall be displayed and annotated. | `string` | empty string |

0 commit comments

Comments
 (0)