Top Tweets for #ngxtransforms
Your @angular projects deserve secure, type-safe, and performant pipes.
Have a look: https://t.co/grom8y0beB
#Angular #Pipes #ngxtransforms #ngcameroon

Math pipe category completed 🚀🔥
{{ items | sum:'price' }} → 1478
{{ 4.567 | round:2 }} → 4.57
{{ 1536000 | bytes }} → "1.5 MB"
{{ 90 | radians }} → 1.5708
https://t.co/4u6xAlfARN
#Angular #OpenSource #WebDev #ngxTransforms
Floor Pipe
{{ 4.123 | ceil:2 }} → 4.13
{{ 4.567 | floor:2 }} → 4.56
Precision control built in. Null safe. Handles negatives correctly.
https://t.co/4u6xAlfARN
#Angular #OpenSource #WebDev #ngxTransforms
One pipe. Built in precision. No helper methods.
{{ 4.123 | ceil:2 }} → 4.13
{{ 0.001 | ceil:2 }} → 0.01
Pair it with percentage for billing tiers:
{{ hours | percentage:total:0 | ceil }}
https://t.co/4u6xAlfARN
#Angular #TypeScript #WebDev #ngxTransforms
Average Pipe
Works with primitives and object arrays:
{{ [85, 92, 67, 94, 71] | average }} → 81.8
{{ students | average:'grade' }} → class average
{{ data | average:'metrics.score' }} → nested paths too
https://t.co/4u6xAlfARN
#Angular #TypeScript #WebDev #ngxTransforms
New pipe: max - get the maximum value from an array, right in your template.
{{ products | max:'price' }} → highest price
New pipe: max—get the maximum value from an array, right in your template.
https://t.co/4u6xAlfARN
#Angular #OpenSource #WebDev #ngxTransforms
New pipe: min — get the minimum value from an array, right in your template.
{{ [5, 3, 8, 1, 9] | min }} → 1
{{ products | min:'price' }} → cheapest price
{{ temps | min:'meta.celsius' }} → lowest reading
https://t.co/4u6xAlfARN
#Angular #OpenSource #WebDev #ngxTransforms
New pipe: every — check if all elements in an array pass a condition.
{{ tasks | every:'done':'status' }} → all tasks complete?
Strict equality. Dot notation. Returns a boolean for template bindings.
https://t.co/4u6xAlfARN
#Angular #OpenSource #WebDev #ngxTransforms
The reverse pipe in ngx-transforms just got an upgrade it now works on arrays too.
{{ [1, 2, 3, 4, 5] | reverse }} → [5, 4, 3, 2, 1]
One pipe. Strings and arrays. No mutation, always returns a new array.
https://t.co/4u6xAlfARN
#Angular #ngxtransforms #opensource
ngx-transforms day 21: DeviceTypePipe
{{ userAgent | deviceType }} // 'mobile' | 'tablet' | 'desktop'
Quick device detection without pulling in a whole library.
If any of these helped, a star would mean a lot 🙃
https://t.co/4u6xAlg8Hl
#angular #ngxtransforms #ngcameroon
ngx-transforms day 19: HtmlSanitizePipe
Strips the dangerous stuff and keeps the formatting. Scripts and event handlers out, bold and links in.
For CMS content, rich text editors and markdown output.
https://t.co/baLGCP7nW7
#angular #ngxtransforms #ngcameroon
ngx-transforms day 16: AsciiArtPipe
Turns text into ASCII art banners. Multiple styles, fully customisable.
Is it practical? Sometimes 😅. Is it awesome 😏? Always.
Easily the most fun pipe in the library.
https://t.co/Ggk3E31Y9y
#angular #ngxtransforms #ngcameroon
ngx-transforms day 15: EmailMaskPipe
Keeps just enough so you can tell whose email it is. Hides the rest.
Support dashboards, user lists, and public profiles anywhere emails shouldn't be fully exposed.
https://t.co/jsRGQMaTNY
#angular #ngxtransforms #ngcameroon
ngx-transforms day 13: IpAddressMaskPipe
{{ '192.168.1.100' | ipAddressMask }}
// 192.168.*.*
Show enough for debugging, hide enough for privacy 😏. Admin panels and audit logs: you need this more than you think.
https://t.co/h2lsshtYey
#angular #ngxtransforms #ngcameroon
ngx-transforms day 12: HighlightPipe
Type in a search term; matches get highlighted. That's it 🤡.
<span [innerHTML]="text | highlight:searchTerm" />
No regex setup, no manual DOM work. Case-insensitive by default.
https://t.co/oEFnNZmyGt
#angular #ngxtransforms #ngcameroon
ngx-transforms day 10: Text Transform pipes
Three pipes, all the naming conventions: camelCase, snakeCase & kebabCase pipes.
If you've ever built a code formatting tool or style guide page, you know why this is nice.
https://t.co/epUxZ3mfgr
#angular #ngxtransforms #ngcameroon
ngx-transforms day 8 : MorseCodePipe
{{ 'SOS' | morseCode }} // ... --- ... 🥴
Is it practical? Depends on what you're building.
Is it cool? Yes 🤣.
Educational apps, escape rooms, or just showing off in a demo.😏
https://t.co/6ynVFlAPsD
#angular #ngxtransforms #ngcameroon
ngx-transforms day 5: ReplacePipe
String replacement in the template. Strings or regex.
{{ message | replace:'old':'new' }}
Sometimes you just need to swap a word without writing a method for it.
https://t.co/Aa4KGmxf8N
#angular #ngxtransforms #ngcameroon
ngx-transforms day 3 — QrCodePipe
This one's a crowd favourite.
<img [src]="url | qrCode | async" />
That's it. One line. You get a QR code. Customisable colours, size, and error correction.
https://t.co/9C9aNbssBb
#angular #ngxtransforms #ngcameroon
To begin this series, the CountPipe gets the length of arrays and strings directly in the template.
{{ items | count }}
No more creating a getter just to call .length. It's the small things.
https://t.co/F2WpBTelMS
#angular #ngxtransforms #ngcameroon
Last Seen Hashtags on Sotwe
NOlimit filter:videos
Seen from France
public
Seen from United States
左下の人
Seen from United States
ديوت_بدوي
Seen from Germany
teenage()***** filter:videos
Seen from Turkey
sebono
Seen from South Africa
son
Seen from Indonesia
head #ebonypyt
Seen from Kenya
eryamangay
Seen from Turkey
LegalSteroidsGnc
Seen from United States
Most Popular Users

Elon Musk 
@elonmusk
240.5M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.7M followers

Cristiano Ronaldo 
@cristiano
110.3M followers

Narendra Modi 
@narendramodi
107M followers

Rihanna 
@rihanna
97.6M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.8M followers

KATY PERRY 
@katyperry
87.5M followers

Taylor Swift 
@taylorswift13
81.3M followers

Lady Gaga 
@ladygaga
72.9M followers

Kim Kardashian 
@kimkardashian
69.7M followers

Virat Kohli 
@imvkohli
69.6M followers

YouTube 
@youtube
68.7M followers

Bill Gates 
@billgates
63.8M followers

The Ellen Show
@theellenshow
62.5M followers

Neymar Jr 
@neymarjr
62.3M followers

CNN 
@cnn
61.9M followers

X 
@x
60.8M followers

Selena Gomez 
@selenagomez
60.6M followers
