mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
fix(challenge9): fix readme
This commit is contained in:
@@ -8,8 +8,8 @@ Pure pipe are a very useful way to transform data from your template. The differ
|
||||
|
||||
### 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.
|
||||
The goal is to create a wrapFn pipe to wrap your function calls though a 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 callback function though a pipe. Your function MUST remain inside your component. `WrapFn` must be highly reusable.
|
||||
|
||||
### Constraints:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user