@@ -8,6 +8,33 @@ Allows use of decorator and non-decorator based validation.
8
8
Internally uses [ validator.js] [ 1 ] to perform validation.
9
9
Class-validator works on both browser and node.js platforms.
10
10
11
+ ## Table of Contents
12
+
13
+ * [ Installation] ( #installation )
14
+ - [ Old versions of node.js/browser] ( #old-versions-of-nodejsbrowser )
15
+ - [ Using in browser] ( #using-in-browser )
16
+ * [ Usage] ( #usage )
17
+ + [ Validation errors] ( #validation-errors )
18
+ + [ Validation messages] ( #validation-messages )
19
+ + [ Validating arrays] ( #validating-arrays )
20
+ + [ Validating nested objects] ( #validating-nested-objects )
21
+ + [ Inheriting Validation decorators] ( #inheriting-validation-decorators )
22
+ + [ Conditional validation] ( #conditional-validation )
23
+ + [ Whitelisting] ( #whitelisting )
24
+ + [ Skipping missing properties] ( #skipping-missing-properties )
25
+ + [ Validation groups] ( #validation-groups )
26
+ + [ Custom validation classes] ( #custom-validation-classes )
27
+ + [ Custom validation decorators] ( #custom-validation-decorators )
28
+ + [ Using service container] ( #using-service-container )
29
+ + [ Synchronous validation] ( #synchronous-validation )
30
+ + [ Manual validation] ( #manual-validation )
31
+ + [ Validation decorators] ( #validation-decorators )
32
+ + [ Defining validation schema without decorators] ( #defining-validation-schema-without-decorators )
33
+ + [ Validating plain objects] ( #validating-plain-objects )
34
+ * [ Samples] ( #samples )
35
+ * [ Extensions] ( #extensions )
36
+ * [ Release notes] ( #release-notes )
37
+
11
38
## Installation
12
39
13
40
Install module:
0 commit comments