Skip to content

Commit

Permalink
chore(readme): readme changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Celtian committed Oct 22, 2024
1 parent 2a57b10 commit 28cee8e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,16 @@ class Example {

```

## 🛠️ Options

### Root options

| Option | Type | Default | Description |
| --------------- | ------- | ------- | ------------------------------------------------------------ |
| **character** | string | '—' | The character to display when the value is null or undefined |
| **separator** | string | ', ' | The separator to use when joining multiple values |
| **displayZero** | boolean | true | Whether to display zero when the value is zero |

## 📦 Dependencies

_None_
Expand Down
10 changes: 10 additions & 0 deletions projects/ngx-nullable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,16 @@ class Example {

```

## 🛠️ Options

### Root options

| Option | Type | Default | Description |
| --------------- | ------- | ------- | ------------------------------------------------------------ |
| **character** | string | '—' | The character to display when the value is null or undefined |
| **separator** | string | ', ' | The separator to use when joining multiple values |
| **displayZero** | boolean | true | Whether to display zero when the value is zero |

## 📦 Dependencies

_None_
Expand Down

0 comments on commit 28cee8e

Please sign in to comment.