File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ Pipes are being used to validate and transforms incoming values. The pipes can b
142142
143143⚠️ Beware that they throw when the value is invalid.
144144
145- | | Description |
146- | ------------------ | ------------------------------------------- |
147- | ` ParseNumberPipe ` | Validates ands transforms ` Number ` string. |
148- | ` ParseBooleanPipe ` | Validates ands transforms ` Boolean ` string. |
145+ | | Description | Remarks |
146+ | ------------------ | -------------------------------------------- | --------------------------------------------- |
147+ | ` ParseNumberPipe ` | Validates ands transforms ` Number ` strings. | Uses ` parseFloat ` under the hood |
148+ | ` ParseBooleanPipe ` | Validates ands transforms ` Boolean ` strings. | Allows ` 'true' ` and ` 'false' ` as valid values |
You can’t perform that action at this time.
0 commit comments