#angular 搜尋結果

🔜 Coming in #Angular 21 ✔️ Zoneless is the new default!

TheIgorSedov's tweet image. 🔜 Coming in #Angular 21
✔️ Zoneless is the new default!

I got tired of typing ﹫Injectable({ providedIn: 'root' }) for every 🅰️ #Angular service. So I built ﹫Service() instead. Good idea or career‑ending move? 😂 Full story: angular.schule/blog/2025-09-s…

JohannesHoppe's tweet image. I got tired of typing ﹫Injectable({ providedIn: 'root' }) for every 🅰️ #Angular service. So I built ﹫Service() instead.

Good idea or career‑ending move? 😂

Full story: angular.schule/blog/2025-09-s…

🚀 Coming in #Angular 21 🆕 New Migration: ngClass -> class

TheIgorSedov's tweet image. 🚀 Coming in #Angular 21
🆕 New Migration: ngClass -> class

Currently working on a tool to track commits of an upcoming Angular version to help content creators save their progress while exploring changes #angular

GeromeDEV's tweet image. Currently working on a tool to track commits of an upcoming Angular version to help content creators save their progress while exploring changes

#angular

🚀 Coming in #Angular 21 ✔️ Signal Forms with Validation

TheIgorSedov's tweet image. 🚀 Coming in #Angular 21
✔️ Signal Forms with Validation

🚀 Coming in #Angular 21 ✔️ Built-in validator for regex patterns

TheIgorSedov's tweet image. 🚀 Coming in #Angular 21
✔️ Built-in validator for regex patterns

Reusable Injector Functions 🔄🔧 🛠️ Dependency injection is one of #Angular’s core features, yet using traditional methods can lead to repetitive code. Try Reusable Injector Functions, which eliminate boilerplate code issues. Benefits of Using Reusable Functions: ⚡ DRY…

AngularLovePL's tweet image. Reusable Injector Functions 🔄🔧 

🛠️ Dependency injection is one of #Angular’s core features, yet using traditional methods can lead to repetitive code. Try Reusable Injector Functions, which eliminate boilerplate code issues.

Benefits of Using Reusable Functions:
⚡ DRY…

🚀 Coming in #Angular 21 🆕 New Migration: ngStyle -> style

TheIgorSedov's tweet image. 🚀 Coming in #Angular 21
🆕 New Migration: ngStyle -> style

✨ Officially a Google Developer Expert in @Angular ✨ Thanks to @SantoshYadavDev , @marktechson , @kevindaviladev and everyone supporting my content 🙌 Dedicated to my mom, wife & daughter ❤️ #Angular #GDE

jimydolores's tweet image. ✨ Officially a Google Developer Expert in @Angular ✨
Thanks to @SantoshYadavDev ,  @marktechson , @kevindaviladev  and everyone supporting my content 🙌
Dedicated to my mom, wife & daughter ❤️ #Angular #GDE
jimydolores's tweet image. ✨ Officially a Google Developer Expert in @Angular ✨
Thanks to @SantoshYadavDev ,  @marktechson , @kevindaviladev  and everyone supporting my content 🙌
Dedicated to my mom, wife & daughter ❤️ #Angular #GDE

React vs Angular in 2025 isn't about a winner. It's about choosing the right tool for your team's mission. #React #Angular #WebDev #TechStack

hashbyt's tweet image. React vs Angular in 2025 isn't about a winner. It's about choosing the right tool for your team's mission.

#React #Angular #WebDev #TechStack

Relatable? 👀 Sign up for our newsletter to get fresh #Angular meme delivery regularly 😎 🔗 buff.ly/85nz44X

AngularLovePL's tweet image. Relatable? 👀

Sign up for our newsletter to get fresh #Angular meme delivery regularly 😎

🔗 buff.ly/85nz44X

Angular will add support for regular expression in templates 🎉 github.com/angular/angula… #angular

Enea_Jahollari's tweet image. Angular will add support for regular expression in templates 🎉

github.com/angular/angula…

#angular

After sharing the example where I used @angular Signal Forms with httpResource, many people have asked me how to apply a debounce. Here is an example. Source code (and several other examples): lbdo.ing/signals-forms #angular

biondifabio's tweet image. After sharing the example where I used @angular  Signal Forms with httpResource, many people have asked me how to apply a debounce. Here is an example.

Source code (and several other examples):
lbdo.ing/signals-forms

#angular

A complex #Angular project on your hands? Luckily, you can break your app into smaller, independently developed pieces! 🔥 Our blogger, Mateusz Basiński, prepared a complete guide on Angular #microfrontends to help you get the hang of it 😎 Inside, you will find: ✅ An…

AngularLovePL's tweet image. A complex #Angular project on your hands? Luckily, you can break your app into smaller, independently developed pieces! 🔥

Our blogger, Mateusz Basiński, prepared a complete guide on Angular #microfrontends to help you get the hang of it 😎 

Inside, you will find:
✅ An…

How would a senior refactor this? #Angular

ipwanciu's tweet image. How would a senior refactor this?

#Angular

Comparing PrimeNG ClassNames Directive vs Native Class Directive. #angular

cagataycivici's tweet image. Comparing PrimeNG ClassNames Directive vs Native Class Directive. #angular

I saw a PR and it had two interesting keywords: Angular Aria 👀 Not posting the link 😄 #angular

Enea_Jahollari's tweet image. I saw a PR and it had two interesting keywords: Angular Aria 👀

Not posting the link 😄

#angular

#ESLint statically analyzes your code to quickly find problems and notify warnings or errors. It's already configured if you're creating projects with VITE or can be manually installed in #Angular application by using the npm package "angular-eslint". Here some tips : )

biondifabio's tweet image. #ESLint statically analyzes your code to quickly find problems and notify warnings or errors. 

It's already configured if you're creating projects with VITE or can be manually installed in #Angular application by using the npm package "angular-eslint".

Here some tips : )

Is there any way to sort #Angular component imports? By type would be great but anything deterministic like alphabetical order would be great also!


After thoughtful review and various POCs, we’ve decided to cancel PrimeNGX library idea to focus on PrimeNG. PrimeTek is dedicated to improving PrimeNG by modernizing it in a backward-compatible way, guided by semantic versioning. Exciting iterative updates ahead! #angular -…

PrimeNG v20 Release, Future and PrimeNGX. #angular reddit.com/r/Angular2/com…

cagataycivici's tweet image. PrimeNG v20 Release, Future and PrimeNGX. #angular

reddit.com/r/Angular2/com…


React vs Angular in 2025 isn't about a winner. It's about choosing the right tool for your team's mission. #React #Angular #WebDev #TechStack

hashbyt's tweet image. React vs Angular in 2025 isn't about a winner. It's about choosing the right tool for your team's mission.

#React #Angular #WebDev #TechStack

So today we played with #Angular create component and especially the ability to add directives AND to add bindings to them 🤯🤯🤯 Insane dynamic UIs unlocked!


これと全く同じケースのトラブルを抱えているのですが、どうにも真っ当な解決策が見つかりません。 有識者の方がいらっしゃれば、教えてくださると幸いです。 stackoverflow.com/questions/7309… #Netlify #Angular


SE,PG募集 【 C# / Angular / React 】 監査法人向けWebアプリ開発 startlightstaff.com/anken/22013244 既存のアプリケーションに対する開発を行います。 ユーザーから直接要望をヒアリングし開発を進めていきます。 単価~700,000円/月(税抜) 最寄り駅 日比谷 ※リモートあり #Cシャープ #Angular #React


All the basics of #SSR in one place? You bet! 🔥 Server-side rendering is gaining momentum in the front-end world. That’s why our blogger, Miłosz Rutkowski, wrote his newest comprehensive guide! Read to learn: ✅ What rendering modes you can use in #Angular ✅ How SSR works ✅…

AngularLovePL's tweet image. All the basics of #SSR in one place? You bet! 🔥

Server-side rendering is gaining momentum in the front-end world. That’s why our blogger, Miłosz Rutkowski, wrote his newest comprehensive guide!

Read to learn:
✅ What rendering modes you can use in #Angular
✅ How SSR works
✅…

Join our team and help build modern, responsive, and scalable web applications using cutting-edge front-end frameworks like #React, #Vue, or #Angular #Frontend #FrontendDeveloper #FrontendDevelopment #freshhers #WebDevelopment #WebDeveloper #Coding #Programmer #DevLife

intotheprotech's tweet image. Join our team and help build modern, responsive, and scalable web applications using cutting-edge front-end frameworks like #React, #Vue, or #Angular #Frontend #FrontendDeveloper #FrontendDevelopment #freshhers #WebDevelopment #WebDeveloper #Coding #Programmer #DevLife

Hiring for : #Angular #Developer | Pune (Onsite/Hybrid) | Exp: 5 8 Years Skills: Java, Angular, #Spring #boot [email protected] For Job Description, visit 50jobs.in/jobs/121866 #hiring #50Jobs #jobs #jobsearch #jobseekers


Why did Angular developers invite Jon Skeet to their stand-up meeting? Because even Angular Ivy couldn't make their components perform better than Jon Skeet's "Hello World"! 🌐😄 #Angular #DeveloperHumor #JonSkeet@openai


Which Nx patterns work best with Angular standalone components in large apps? Looking for tooling, caching, and workflow tips. #Nx #Angular


Currently working on a tool to track commits of an upcoming Angular version to help content creators save their progress while exploring changes #angular

GeromeDEV's tweet image. Currently working on a tool to track commits of an upcoming Angular version to help content creators save their progress while exploring changes

#angular

Are you using Angular Signals in production yet? What’s the biggest win or tricky gotcha you’ve hit with signals + RxJS? Share your experiences. #Angular #Signals #Frontend


Avoid Memory Leaks in Angular 🧹 Always unsubscribe from observables in Angular! Use takeUntil(destroy$) or async pipe. 🔥 Pro tip: Create a BaseComponent with destroy$ for all. #Angular #RxJS #CleanCode

stackfusio38568's tweet image. Avoid Memory Leaks in Angular
🧹 Always unsubscribe from observables in Angular!
Use takeUntil(destroy$) or async pipe.
🔥 Pro tip: Create a BaseComponent with destroy$ for all.
#Angular #RxJS #CleanCode

Stand-alone components are changing Angular DX: no NgModule, easier lazy loading, purer component composition. Less ceremony, more focus on components. #Angular #frontendarchitecture


🔔 New job: Senior Software Engineer II, Audit - Full Stack (Remote Canada) at 🇨🇦 AuditBoard ⬇️ Apply now! #angular #javascript #developer jobs.ashbyhq.com/auditboard/300…


UI Builder, built with @angular and SpartanNG(@goetzrobin) Inspired by @zoaibdev #angular

Khumozin's tweet image. UI Builder, built with @angular  and SpartanNG(@goetzrobin) 

Inspired by @zoaibdev

#angular
Khumozin's tweet image. UI Builder, built with @angular  and SpartanNG(@goetzrobin) 

Inspired by @zoaibdev

#angular
Khumozin's tweet image. UI Builder, built with @angular  and SpartanNG(@goetzrobin) 

Inspired by @zoaibdev

#angular
Khumozin's tweet image. UI Builder, built with @angular  and SpartanNG(@goetzrobin) 

Inspired by @zoaibdev

#angular

🚀 Coming in #Angular 21 🆕 Signal Forms! Look at a simple example:

TheIgorSedov's tweet image. 🚀 Coming in #Angular 21
🆕 Signal Forms! 
 Look at a simple example:

#angular If you had to review a PR with the following piece of code... What would be the review comments?

lilbeqiri's tweet image. #angular 

If you had to review a PR with the following piece of code...
What would be the review comments?

🚀 Coming in #Angular 21 ✔️ Signal Forms with Validation

TheIgorSedov's tweet image. 🚀 Coming in #Angular 21
✔️ Signal Forms with Validation

✨ Officially a Google Developer Expert in @Angular ✨ Thanks to @SantoshYadavDev , @marktechson , @kevindaviladev and everyone supporting my content 🙌 Dedicated to my mom, wife & daughter ❤️ #Angular #GDE

jimydolores's tweet image. ✨ Officially a Google Developer Expert in @Angular ✨
Thanks to @SantoshYadavDev ,  @marktechson , @kevindaviladev  and everyone supporting my content 🙌
Dedicated to my mom, wife & daughter ❤️ #Angular #GDE
jimydolores's tweet image. ✨ Officially a Google Developer Expert in @Angular ✨
Thanks to @SantoshYadavDev ,  @marktechson , @kevindaviladev  and everyone supporting my content 🙌
Dedicated to my mom, wife & daughter ❤️ #Angular #GDE

🚀 Coming in #Angular 21 🆕 New Migration: ngClass -> class

TheIgorSedov's tweet image. 🚀 Coming in #Angular 21
🆕 New Migration: ngClass -> class

🚀 Coming in #Angular 21 ✔️ Built-in validator for regex patterns

TheIgorSedov's tweet image. 🚀 Coming in #Angular 21
✔️ Built-in validator for regex patterns

🚀 Coming in #Angular 21 🆕 New Migration: ngStyle -> style

TheIgorSedov's tweet image. 🚀 Coming in #Angular 21
🆕 New Migration: ngStyle -> style

Had a fantastic time at Angular Graz! It was my first visit to #Graz, and I absolutely loved it. It was wonderful to reconnect with fellow #Angular developers. A big thank you to @ManfredSteyer for the invitation.

christianliebel's tweet image. Had a fantastic time at Angular Graz! It was my first visit to #Graz, and I absolutely loved it. It was wonderful to reconnect with fellow #Angular developers. A big thank you to @ManfredSteyer for the invitation.
christianliebel's tweet image. Had a fantastic time at Angular Graz! It was my first visit to #Graz, and I absolutely loved it. It was wonderful to reconnect with fellow #Angular developers. A big thank you to @ManfredSteyer for the invitation.
christianliebel's tweet image. Had a fantastic time at Angular Graz! It was my first visit to #Graz, and I absolutely loved it. It was wonderful to reconnect with fellow #Angular developers. A big thank you to @ManfredSteyer for the invitation.

Find the bug in this code snippet 👀 #angular

PushBased's tweet image. Find the bug in this code snippet 👀  #angular

Perfect time to revive my classics meme. Because it’s still very true 😃 #angular #rxjs

DanielGlejzner's tweet image. Perfect time to revive my classics meme.
Because it’s still very true 😃
#angular #rxjs

How would a senior refactor this? #Angular

ipwanciu's tweet image. How would a senior refactor this?

#Angular

Look what @Jean__Meche is currently cooking for #Angular: <input [(value)]="name"> without FormsModule!

eugeniyoz's tweet image. Look what @Jean__Meche is currently cooking for #Angular:

&amp;lt;input [(value)]=&quot;name&quot;&amp;gt; without FormsModule!

New article 🚀 “Automated Conversion of Observables to #Angular Signals” tinyurl.com/observables-to…

eugeniyoz's tweet image. New article 🚀

“Automated Conversion of Observables to #Angular Signals”

tinyurl.com/observables-to…

🔜 Coming in #Angular 21 ✔️ Zoneless is the new default!

TheIgorSedov's tweet image. 🔜 Coming in #Angular 21
✔️ Zoneless is the new default!

Hopefully soon #Angular will get signal-based forms, but while we are all waiting, this function might help you use form values in computed(): gist.github.com/e-oz/4e0a26599… Usage example:

eugeniyoz's tweet image. Hopefully soon #Angular will get signal-based forms, but while we are all waiting, this function might help you use form values in computed():
gist.github.com/e-oz/4e0a26599…

Usage example:

PrimeNG v20 Release, Future and PrimeNGX. #angular reddit.com/r/Angular2/com…

cagataycivici's tweet image. PrimeNG v20 Release, Future and PrimeNGX. #angular

reddit.com/r/Angular2/com…

Currently working on a tool to track commits of an upcoming Angular version to help content creators save their progress while exploring changes #angular

GeromeDEV's tweet image. Currently working on a tool to track commits of an upcoming Angular version to help content creators save their progress while exploring changes

#angular

One of the main reasons I love building with #Angular

nivekcode's tweet image. One of the main reasons I love building with #Angular

It’s a prototype and very much a work in progress But yes, you can start experimenting with Signal forms with today’s pre-release 21.0.0-next.2 #Angular

Jean__Meche's tweet image. It’s a prototype and very much a work in progress
But yes, you can start experimenting with Signal forms with today’s pre-release 21.0.0-next.2

#Angular

Loading...

Something went wrong.


Something went wrong.


United States Trends