Created
April 27, 2021 22:00
-
-
Save NyaGarcia/1b3187d0d3c8d3862eb44e0493bbf7ac to your computer and use it in GitHub Desktop.
Adding the Pipe decorator to the FilterFalsyPipe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Pipe({ name: "filterFalsy" }) | |
export class FilterFalsyPipe {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment