msmall (@michaelsmalldev) 's Twitter Profile
msmall

@michaelsmalldev

uhhh Angular stuff idk

ID: 1774541797944868865

calendar_today31-03-2024 20:58:37

763 Tweet

119 Followers

125 Following

Angular Community Meetup (@angular_meetup) 's Twitter Profile Photo

Up next at the Angular Community Meetup: Jason Warner with Structuring Code to Avoid Shell-Shocked Testing! 🧪💡 Learn how thoughtful code structure can make testing easier, faster, and more effective. 📅 May 8th @ 11AM MST 🔗 meetup.com/angularcommuni… #angular #testing

Gerome Grignon 🅰️ @AngularDevsFr (@geromedev) 's Twitter Profile Photo

Angular Docs AI is live! You can now query the Angular Documentation, updated weekly thanks to kapa.ai Feedbacks are very welcome 😃 Find the link in cthe omments! #angular #documentation #ai

Angular Docs AI is live!
You can now query the Angular Documentation, updated weekly thanks to kapa.ai

Feedbacks are very welcome 😃 

Find the link in cthe omments!

#angular #documentation #ai
Armen Vardanyan (@armandotrue) 's Twitter Profile Photo

I wish chaining HTTP calls was a bit better with `httpResource` I don't like creating properties for resources that are only meant to be consumed by other resources:

I wish chaining HTTP calls was a bit better with `httpResource`

I don't like creating properties for resources that are only meant to be consumed by other resources:
Jason Warner (@xocomil_1) 's Twitter Profile Photo

I love the Angular Community Meetup! They work so hard to bring amazing content for free. I'm happy to share a session I shared with them. It was a great time! youtu.be/nbzJGcrTp0k

Jason Warner (@xocomil_1) 's Twitter Profile Photo

Let's actually write some code today.... Join us to find out if we accomplish this task! twitch.tv/xocomil youtube.com/@xocomil/live

🦋 Alex Rickabaugh (@synalx) 's Twitter Profile Photo

Manfred Steyer Two FYIs :) One, I renamed `deepSignal` to `nestedSignal` to avoid confusion with NGRX's primitive of the same name. Two, this is not going to be a public API, it's for signal forms to use as it has some specific use cases. We're still debating the more general primitive :)

Armen Vardanyan (@armandotrue) 's Twitter Profile Photo

Already, a lot of people are super excited about our first-ever Angular Space Meetup livestream! I bet a lot of you have questions about signals: how to use, migrate, and what to expect. To try and answer all of them as best as we can, let's collect some questions! If you have

Already, a lot of people are super excited about our first-ever Angular Space Meetup livestream!

I bet a lot of you have questions about signals: how to use, migrate, and what to expect.

To try and answer all of them as best as we can, let's collect some questions! If you have
Armen Vardanyan (@armandotrue) 's Twitter Profile Photo

What are the main questions #Angular developers have about signals? - Is it worth switching over? - Is RxJS "dead"? - How do I start migrating my legacy projects? - What other reactive tools can we expect from the Angular teams in the near future? All of these questions we will

Armen Vardanyan (@armandotrue) 's Twitter Profile Photo

Okay, here's your first reminder for today 😁 Don't forget to tune in today at 5 PM UTC as we will be discussing everything related to #Angular signals, but especially the direction they are taking, what's missing, and what to expect when migrating Make sure to bring your

Okay, here's your first reminder for today 😁

Don't forget to tune in today at 5 PM UTC as we will be discussing everything related to #Angular signals, but especially the direction they are taking, what's missing, and what to expect when migrating

Make sure to bring your
msmall (@michaelsmalldev) 's Twitter Profile Photo

Slideshow for reference: docs.google.com/presentation/d… Stackblitz with examples: stackblitz.com/edit/stackblit… The Stackblitz is more fleshed out and interactive IMO

Daniel Glejzner (@danielglejzner) 's Twitter Profile Photo

Angular gives us a smooth developer experience when upgrading projects with ng update. It updates dependency versions, runs migrations, and even refactors parts of our codebase automatically. But are we done after running the command? 🤔 That’s the theme of our next Angular

Angular gives us a smooth developer experience when upgrading projects with ng update.
It updates dependency versions, runs migrations, and even refactors parts of our codebase automatically.

But are we done after running the command? 🤔

That’s the theme of our
next Angular
Matthieu Riegler (@jean__meche) 's Twitter Profile Photo

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

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
ng-news (@_ng_news) 's Twitter Profile Photo

This week's episode: Matthieu Riegler: track strategies explained First #Angular Space Live Podcast with Armen Vardanyan and msmall ...and much more 📺 youtube.com/watch?v=8tovHy… 🔗 Links in the video's description

msmall (@michaelsmalldev) 's Twitter Profile Photo

I wrote up the docs for the mutations in the toolkit. I hope the doc for it lets you know what you need to know if you are considering using mutations in a signals code base.