RAJAT
devrajat.bsky.social
RAJAT
@devrajat.bsky.social
Stop being scared of InjectionTokens

Injection Tokens seem to intimidate many developers. We don’t understand what they are, how to use them, and their purpose.

To overcome the fear of this feature, it is important to have a basic understanding...

buff.ly/mU1lFGJ
October 7, 2025 at 1:31 PM
exportAs in Angular: What It Does and When to Use It

Ever built a directive exposing public methods or signals… only to realize you can’t cleanly access them when using it in another component template? In this tutorial, we’ll fix that using exportAs...

itnext.io/exportas-in-...
September 11, 2025 at 12:31 PM
Just published a new Angular library!

📦 @codewithrajat/rm-ng-pdf-export → www.npmjs.com/package/@cod...

Easily export Angular components to PDF with custom options 📑✨

#Angular #WebDev #OpenSource
September 8, 2025 at 12:30 PM
Excited to share that I’ve updated my open-source Angular library rm-ng-device-detection to support Angular 20! 🎉

This library helps developers detect devices (desktop, tablet, mobile, etc.) seamlessly in Angular applications.

📦 npm package: rm-ng-device-detection
August 25, 2025 at 12:30 PM
🚀 Just upgraded rm-carousel to support Angular 20!

This lightweight and responsive carousel component is built for modern Angular apps:

🎞️ Auto and manual slide controls

📦 Install with: npm i rm-carousel
🔗 View on npm
July 28, 2025 at 3:30 AM
My Angular range slider lib rm-range-slider now supports Angular 20 🎉
🎯 Dual thumbs
🎯 Custom tooltips
🎯 Separate color zones
🎯 Mobile-ready

Install: npm i rm-range-slider
📦 Built for flexibility in UI & data filters.
www.npmjs.com/package/rm-r...

#Angular #OpenSource #JavaScript #npm #UIComponent
July 21, 2025 at 3:30 AM
Avoid Memory Leaks in Angular

Memory leaks in Angular apps can degrade performance and cause unexpected behavior as complexity grows. Managing resources efficiently is crucial for smooth operation. A memory leak happens when memory allocated for.....

buff.ly/HZbdc7o
July 12, 2025 at 3:30 AM
Stop Wasting API Calls: Learn API Request Cancellation in Modern JavaScript

In this guide, we’re diving deep into how the browser communicates with the server to cancel API calls, the role of AbortController in JavaScript, and how to implement it in real-world scenarios...

dev.to/codewithraja...
July 4, 2025 at 3:30 AM
Angular Standalone Components: Your Gateway to Cleaner, More Scalable Apps

Ditch NgModules and embrace the future of Angular development with this complete guide to standalone components
Have you ever found yourself drowning in a sea of NgModules, trying to figure out which
dev.to/codewithraja...
June 30, 2025 at 3:30 AM
Angular Web Storage: What Every Developer Should Know

Understanding Local Storage and Session Storage
Both Local Storage and Session Storage are part of the Web Storage API and provide a simple key-value storage mechanism. However, they differ in their behavior and lifespan.

buff.ly/05SXG2P
April 23, 2025 at 3:00 AM
Understanding Angular Ahead-of-Time (AOT) Compilation

Angular's Ahead-of-Time (AOT) compilation is a crucial optimisation technique that converts Angular HTML and TypeScript code into efficient JavaScript before the browser

buff.ly/2ElVoGB
March 24, 2025 at 2:30 AM