File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 10
10
Its ES6 and Typescript era. Nowadays you are working with classes and constructor objects more then ever.
11
11
Class-transformer allows you to transform plain object to some instance of class and versa.
12
12
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 ) .
14
17
15
18
## Installation
16
19
@@ -579,4 +582,4 @@ usages.
579
582
580
583
## Release notes
581
584
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 ) .
You can’t perform that action at this time.
0 commit comments