Skip to content

Commit

Permalink
chore(README): add more ToC elements and Angular service link
Browse files Browse the repository at this point in the history
  • Loading branch information
Supamiu committed Oct 16, 2019
1 parent 857c3c6 commit 80e43c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

- [About](#about)
- [Installation](#installation)
- [Usage](#usage)
- [Usage with Angular](#usage-with-angular)
- [Advanced Usage](#advanced-usage)
- [Documentation](#documentation)
- [Development](#development)
- [License](#license)
Expand Down Expand Up @@ -77,6 +80,10 @@ console.log(serializer.serialize(foo)); // Will print '{ "bar": "baz" }'

More details: [Class Serializer](https://kaiu-lab.github.io/serializer/classes/serializer.html)

## Usage with Angular

In order to use the serializer properly inside an Angular application, we created an angular wrapper to provide this serializer as an Injectable service: [https://github.com/kaiu-lab/ng-serializer](https://github.com/kaiu-lab/ng-serializer)

## Advanced Usages

### Deep class fields
Expand Down

0 comments on commit 80e43c0

Please sign in to comment.