fix(challenge9): fix readme

This commit is contained in:
thomas
2022-12-29 19:55:08 +01:00
parent 93fa143b57
commit 3d0c99feda

View File

@@ -8,8 +8,8 @@ Pure pipe are a very useful way to transform data from your template. The differ
### Information: ### Information:
In this second exercice, you add calling multiple functions inside your template. You can create a pipe for each of this function but this will be a bit too much to create that much specific pipe. In this second exercice, you are calling multiple functions inside your template. You can create a specific pipe for each of the functions but this will be too cumbersome.
The goal is to create a wrapFn pipe to wrap your function calls though a pipe. The goal is to create a `wrapFn` pipe to wrap your callback function though a pipe. Your function MUST remain inside your component. `WrapFn` must be highly reusable.
### Constraints: ### Constraints: