Issue #47: TypeScript 4.9 Beta, Running Initialization Functionality in Angular, Level Up Your NgRx Skills with Tomas Trajan, ng-conf 2022 Report
#ngTutorials
Why I use a view model stream for my Angular templates | by Joshua Morony — www.youtube.com
Creating a single vm$ stream can be a convenient way to access all the data you need for your template, all with a single subscription using the async pipe.
Running Initialization Functionality in Angular | by Netanel Basal — netbasal.com
In one of my previous articles, I showed how to run a global functionality without cluttering up your components. Now that we have the ENVIRONMENT_INITIALIZER provider let’s look at how I use it on both the root and feature components
Keep it Simple in Angular | by Nir Kaufman at International JavaScript Conference — www.youtube.com
Let’s learn how to apply the KISS principles in practice! Why? Because it’s easier to add complexity, but really hard to simplify a complex application once implemented. Angular’s got a lot to offer—it doesn’t mean that we need all of it for every system! In this talk, there are no "bad practices".
#ngPodcasts
S4 E6 - Level Up Your NgRx Skills With 10 Time-Tested Best Practices with Tomas Trajan | by The Angular Plus Show — www.spreaker.com
Ready to level up your NgRx skills? Tomas Trajan shares with us his top tips for working effectively and conventionally with NgRx. We go in-depth on best practices that help you develop faster with this popular state management library and uncover some drama around the viewModel$ pattern!
Weekly Content Development Strategies with GDE Maina Wycliffe - AiA 357 | by Adventures in Angular — topenddevs.com
Maina Wycliffe, Google Developer Expert in Angular, joins the show today to talk about his weekly newsletter called “All Things Typescript” and his various content and production strategies. Similarly, Charles also shares his perspective about how he has grown TopEndDevs
AMP33: Shai Reznik on How to Add Testes to an Angular Application in an Easy Way | by Angular Master Podcast — anchor.fm
Today, together with Shai Reznik, who is an excellent Speaker, Trainer, Founder & CEO at HiRez.io and TestAngular.com, we will tell you how to add tests to an Angular application in an easy way.
#ngWeb
Announcing TypeScript 4.9 Beta - TypeScript | by Daniel Rosenwasser — devblogs.microsoft.com
Today we’re announcing our beta release of TypeScript 4.9!
Chrome 106 - What’s New in DevTools | by Google Chrome Developers — www.youtube.com
#ngCommunity
ng-conf 2022 Report | by Lance Finney — lmfinney.wordpress.com
I attended ng-conf 2022 last month. It was the fourth ng-conf I’ve attended in person, though it was the first in-person round of ng-conf since COVID hit. A lot has changed in the Angular community and the world in general since the last one in 2019, but ng-conf came back strong.
Angular World Tour - September 2022 | by This Dot Media — www.youtube.com
In this episode of Angular World Tour, we are joined by Aristeidis Bampakos, Web Development Team Leader at Plex-Earth and Angular GDE
#ngQuote
"Programs must be written for people to read, and only incidentally for machines to execute." - Harold Abelson — www.goodreads.com