Skip to content

Commit

Permalink
feat: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Manthan Ankolekar committed Apr 27, 2023
1 parent 90d1402 commit e5a3c30
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
- [Percent Pipe](#percent-pipe)
- [Slice Pipe](#slice-pipe)
- [Decimal/number Pipe](#decimalnumber-pipe)
- [JSON Pipe](#json-pipe)
- [Async Pipe](#async-pipe)
- [Decorators](#decorators)
- [Input](#input)
- [Output](#output)
Expand Down Expand Up @@ -861,6 +863,18 @@ export class AppModule {}
<p>{{ 123456.78 | number:'3.2-3' }}</p>
```

### JSON Pipe

```html
<p>{{data | json}}</p>
```

### Async Pipe

```html
<p>{{data | async}}</p>
```

[Back to top⤴️](#contents)

## Decorators
Expand Down

0 comments on commit e5a3c30

Please sign in to comment.