File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Run `ng test error` to execute the unit tests via [Karma](https://karma-runner.g
9494Install ` @angular-package/error ` package with command:
9595
9696``` bash
97- npm i --save @angular-package/error
97+ npm i @angular-package/error --save
9898```
9999
100100<br >
@@ -134,7 +134,7 @@ Manages an [`Error`][js-error] of the validation.
134134
135135----
136136
137- ### ` ValidationError.template `
137+ #### ` ValidationError.template `
138138
139139Template of the error message with the replaceable ` [problem] ` and ` [fix] ` . By default, it's set to ` Problem: [problem] => Fix: [fix] ` .
140140
@@ -148,7 +148,7 @@ static template = `Problem: [problem] => Fix: [fix]`;
148148
149149----
150150
151- ### ` ValidationError.prototype.fix `
151+ #### ` ValidationError.prototype.fix `
152152
153153A possible solution to the described problem of a [ ` string ` ] [ js-string ] type. By default, it's an empty [ ` string ` ] [ js-string ] .
154154
You can’t perform that action at this time.
0 commit comments