docs(pipe_transform): remove extra backticks
This commit is contained in:
parent
64e8f93f32
commit
8f985dd558
|
@ -29,8 +29,6 @@
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
* Invoking `{{ 'ok' | repeat:3 }}` in a template produces `okokok`.
|
* Invoking `{{ 'ok' | repeat:3 }}` in a template produces `okokok`.
|
||||||
*
|
|
||||||
* ```
|
|
||||||
*/
|
*/
|
||||||
export interface PipeTransform { transform(value: any, args: any[]): any; }
|
export interface PipeTransform { transform(value: any, args: any[]): any; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue