COMMON_PIPES = const [AsyncPipe, UpperCasePipe, LowerCasePipe, JsonPipe, SlicePipe, DecimalPipe, PercentPipe, CurrencyPipe, DatePipe, ReplacePipe]

A collection of Angular core pipes that are likely to be used in each and every application.

This collection can be used to quickly enumerate all the built-in pipes in the pipes property of the @Component decorator.