Uncommon Pipes

Pipes included in Angular - Usually in the CommonModule

i18nSelectPipe

José was a great help, invite him to the event.

i18nPluralPipe

There are currently 5 clients waiting

SlicePipe
Original List
Ana, Carlos, Elena, David, Isabel
Sliced List (slice : 0 : 2)
Ana, Carlos
Sliced List (slice : 0 : -1)
Ana, Carlos, Elena, David
JSON Pipe
{
  "name": "Juan",
  "age": 21,
  "email": "juan@gmail.com",
  "isActive": true,
  "city": "Tunja, Colombia",
  "birthday": "June 11",
  "hobby": "Play Videogames",
  "profession": "Systems Engineer"
}
KeyValuePipe
  • Age: 21
  • Birthday: June 11
  • City: Tunja, Colombia
  • Email: juan@gmail.com
  • Hobby: Play Videogames
  • Isactive: true
  • Name: Juan
  • Profession: Systems Engineer
Async Pipe
Resolving observable
Resolving promise