Pankaj Parkar 🇮🇳 (@pankajparkar) 's Twitter Profile
Pankaj Parkar 🇮🇳

@pankajparkar

👨‍💻 @aon_plc | 🅰️ GDE | ex-MVP (16-22) | #मराठी | 🏃‍♂️Marathon x 2 | #devwhorun🏃‍♂️|❣️⚽ 🏏

ID: 572098452

linkhttps://pankajparkar.dev calendar_today05-05-2012 19:42:17

7,7K Tweet

3,3K Followers

3,3K Following

Angular (@angular) 's Twitter Profile Photo

The Angular team has just updated angular.dev/ai with new content including prompt best practices you can use in your projects as well as AI rules for Firebase Studio 🔥. Head over to angular.dev/ai/develop-wit… to get started.

Matthieu Riegler (@jean__meche) 's Twitter Profile Photo

Looks like this info already made it into the wild ! 😁 Try out the 20.1 rc and you'll be able to see an experimental support of the signal graph in the devtools !

Looks like this info already made it into the wild ! 😁

Try out the 20.1 rc and you'll be able to see an experimental support of the signal graph in the devtools !
Matthieu Riegler (@jean__meche) 's Twitter Profile Photo

Have a look at the Custom Profiling Track in the devtools. A new way to inspect your apps' performance ! blog.angular.dev/the-angular-cu…

Dhananjay Kumar (@debug_mode) 's Twitter Profile Photo

#Blogged - Integrating OpenAI’s GPT with Angular: A Step-by-Step Guide 😍 Read here - telerik.com/blogs/integrat… I hope this article is helpful to you 👏 #angular #openai #chatgpt #kendoui #web #genai #telerik

Angular (@angular) 's Twitter Profile Photo

Want to build more performant Angular apps? Check out this video about the changes we've released in the latest version of Angular: youtu.be/Yb52j1mKrWQ

Dhananjay Kumar (@debug_mode) 's Twitter Profile Photo

Delhi/NCR has been home to one of the world's largest #Angular conferences and communities since 2016 ❤️ #ngIndia represents the entire Indian Angular developer ecosystem, organizing meetups and workshops across the country for over a decade🙏 #nomadcoder

Delhi/NCR has been home to one of the world's largest #Angular conferences and communities since 2016 ❤️

#ngIndia represents the entire Indian Angular developer ecosystem, organizing meetups and workshops across the country for over a decade🙏

#nomadcoder
Angular (@angular) 's Twitter Profile Photo

Great news! Here comes a new feature in Angular 20.1 that resolves a long awaited feature request 🔥 You'll be able to use MatMenu as a context menu. Curious how to use it? Check here: material.angular.dev/components/men…

Dhananjay Kumar (@debug_mode) 's Twitter Profile Photo

Would you like to speak at upcoming ng-India meet-ups? please let us know by filling out this form: docs.google.com/forms/d/1Sy4AU… Some speakers from the meet-ups may also be selected to speak at the ng-India 2026 main conference. Looking forward to hearing from you! #ngIndia

Google for Developers (@googledevs) 's Twitter Profile Photo

🧠 Get code samples, AI patterns, and prompt libraries to help you build with Angular. @Angular just launched a new AI section with guidance for tools like Firebase Studio and Gemini Code Assist. Start exploring → angular.dev/ai

Amit Gaurav CFA FRM (@amitkgaurav) 's Twitter Profile Photo

Finally … at around 01:40 am local time. After a busy day at work…60KM night run done and dusted 🏃‍♂️😊 Legs are almost dead… struggled a bit because of lack of preparation and humidity. #SG60 #GratitudeRun

Finally … at around 01:40 am local time. 

After a busy day at work…60KM night run done and dusted 🏃‍♂️😊

Legs are almost dead… struggled a bit because of lack of preparation and humidity. 

#SG60 #GratitudeRun
Matthieu Riegler (@jean__meche) 's Twitter Profile Photo

Angular 20.2 has been released ! ➡️ Zoneless has been promoted to stable ➡️ You can now animate your components with `animated.enter`/`animate.leave` Another improvements here and there ! github.com/angular/angula…

Karthik Nadar (@runkarthikrun) 's Twitter Profile Photo

Ran 10K on new Coastal Road Promenade last night: * 2.5kms open out of 6kms - good chunk of working pending TBH * Loved running between cruising car lanes, sound of arabian sea waves, and sea beeze But hey, good job BMC for giving us yet another safe place to run. More points:

Ran 10K on new Coastal Road Promenade last night:

* 2.5kms open out of 6kms - good chunk of working pending TBH
* Loved running between cruising car lanes, sound of arabian sea waves, and sea beeze

But hey, good job BMC for giving us yet another safe place to run.

More points:
Matthieu Riegler (@jean__meche) 's Twitter Profile Photo

Reactive forms will also get some love in #Angular 21 ! The FormArray directive was shipped in that latest pre-release ! This is long overdue! stackblitz.com/edit/angular-f…

Reactive forms will also get some love in #Angular 21 ! 

The FormArray directive was shipped in that latest pre-release ! 
This is long overdue!
stackblitz.com/edit/angular-f…
🦋 Alex Rickabaugh (@synalx) 's Twitter Profile Photo

Did you know the simplest Signal Form fits in a tweet? ``` f = form(signal({name: 'Alex'})); <p>Your name: <input [control]="f.name"> ```