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