WeSearch

ngx-transforms: 90 standalone Angular pipes that actually compose

·9 min read · 0 reactions · 0 comments · 12 views
#angular#webdev#typescript#opensource
ngx-transforms: 90 standalone Angular pipes that actually compose
⚡ TL;DR · AI summary

The article discusses the release of ngx-transforms, a library featuring 90 standalone Angular pipes. It emphasizes the benefits of composing these pipes for data transformation in Angular templates. The author advocates for a cultural shift in how Angular developers utilize pipes, promoting them as a composable language for improved efficiency and clarity in code.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 966237) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Mofiro Jean Posted on May 17 ngx-transforms: 90 standalone Angular pipes that actually compose #angular #webdev #typescript #opensource I shipped a 90-pipe Angular library, and the thing I want to write about isn't the pipes themselves. It's what happens when you compose them. ngx-transforms is a standalone Angular pipe library - 90 pipes across 8 categories, lightweight and verified against Angular 17 / 19 / 21 in CI.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)