This week, we’re back to the 3-2-1 format of the newsletter. I’m posting a few essential articles to revisit, updates to know about, and one question to ponder:
Three articles to revisit:
- Data bindings are one of the older features of Angular, and they were a revolution back when Angular JS was released. Especially 2-way bindings with ngModel. Did you know you can use ngModel with Signals, and even create your own 2-way data bindings without ngModel, which is even improved and simplified with the signal-based model() function?
Two quick updates:
- The Angular team posted a summer update that recaps the current stats of Angular and updates from the latest versions.
- I’m running a 3 half-day workshop to prepare developers for our Senior Angular Certification Exam, starting next Monday – and there’s a 50% discount on that workshop now:
One question to ponder:
- Have you tried using https://deepwiki.com to explore GitHub repositories (example result: https://deepwiki.com/alcfeoh/ngx-training) and get auto-generated documentation, architecture graphs, and more! It’s quite impressive.