(IMAB) Pipes Pipes take some data, modify it in some way, and return it

General

Pipes

Angular comes with a stock of pipes such as DatePipe, UpperCasePipe, LowerCasePipe, CurrencyPipe, and PercentPipe.They are all available for use in any template

Custom Pipes

Angular allows you to create your own custom pipes, here are the pipes that have been created:

NamePipeDescriptionStatus
Object LengthGet the object length View Source Info Edit Delete
PHP TimeUsed to change the php format timestamp to JavaScript format View Source Info Edit Delete
Read MoreSplit text and give a trail View Source Info Edit Delete
Strip TagsUsed to strip HTML tags from a string View Source Info Edit Delete
Time AgoConvert Date into time ago format View Source Info Edit Delete
Trust HTMLDisplay HTML without sanitizing/filtering View Source Info Edit Delete
Trust Resource Urlsanitizing Resource URL View Source Info Edit Delete
Trust Urlsanitizing URL View Source Info Edit Delete