Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created April 27, 2021 22:00
Show Gist options
  • Save NyaGarcia/1b3187d0d3c8d3862eb44e0493bbf7ac to your computer and use it in GitHub Desktop.
Save NyaGarcia/1b3187d0d3c8d3862eb44e0493bbf7ac to your computer and use it in GitHub Desktop.
Adding the Pipe decorator to the FilterFalsyPipe
@Pipe({ name: "filterFalsy" })
export class FilterFalsyPipe {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment