Skip to content

Commit 5ac4cc5

Browse files
author
Umed Khudoiberdiev
authored
Update README.md
1 parent 42bad4d commit 5ac4cc5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
Its ES6 and Typescript era. Nowadays you are working with classes and constructor objects more then ever.
1111
Class-transformer allows you to transform plain object to some instance of class and versa.
1212
Also it allows to serialize / deserialize object based on criteria.
13-
This tool is useful on both frontend and backend.
13+
This tool is super useful on both frontend and backend.
14+
15+
Example how to use [class-transformer](https://github.com/pleerock/class-transformer) with angular 2.
16+
See this demo in [plunker](http://plnkr.co/edit/Mja1ZYAjVySWASMHVB9R).
1417

1518
## Installation
1619

@@ -579,4 +582,4 @@ usages.
579582

580583
## Release notes
581584

582-
See information about breaking changes and release notes [here](https://github.com/pleerock/class-transformer/tree/master/doc/release-notes.md).
585+
See information about breaking changes and release notes [here](https://github.com/pleerock/class-transformer/tree/master/doc/release-notes.md).

0 commit comments

Comments
 (0)