Issue #14: Typed Forms RFC is complete, Angular DevTools in #Angular org, Strict Structural Directives
Angular on Twitter: "✨ Typed Forms RFC is now complete!" — twitter.com
After several weeks of discussion, we plan to move forward with the proposal. We’ll provide more updates as we progress with the implementation & incorporate your feedback, stay tuned!
Minko Gechev on Twitter: "Angular DevTools just landed in the Angular organization 🎉" — twitter.com
...Angular DevTools is an Angular app - open an issue, let's discuss, and get the change you want in!
#ngTutorials
Structural Directives in Angular – How to Make It Strict (In-Depth) | by Dmytro Mezhenskyi — www.youtube.com
Structural Directives are one of the most powerful features in Angular and this is the 3rd episode of the video series about "Custom Structural Directives. From this tutorial you will learn how to make types in your directives more strict, so you will leave less space for potential errors which otherwise might be caught too late when the user already interacts with your App in production...
Micro Frontends with Angular, Module Federation, and Auth0 | by Manfred Steyer — auth0.com
Module Federation allows loading Micro Frontends at runtime. Common dependencies like Angular or the Auth0 library can be shared and hence don't need to be loaded several times. This is also the key for sharing data like the current user or global filters...
Angular extended Diagnostics | by Kevin Kreuzer — www.youtube.com In the latest Angular release (v13.2.0) there's a great new feature added to the Angular compiler. It's called extended diagnostics. Let's have a closer look...
Why component store is a great default for state management in Angular | by Joshua Morony — www.youtube.com
In this video, we walk through how to use @ngrx/component-store to manage local state in an Angular application. We use an example application from a previous video that needs to manage login form state.
#ngPodcasts
Is Dependency Injection Broken? - AiA 339 | by Adventures in Angular — adventuresinangular.com
Well, it depends. In this episode, Charles sits down with Aristeidis Bampakos, a Greek developer at Google who knows a thing or two (or seven) about how to use dependency injectors right. They talk about why DI’s could be a blessing OR a curse, how the “component hierarchy” can affect your whole structure, and the ONE thing you should know before you give up on your injector...
#ngWeb
Chromium Blog: Chrome 99: CSS Cascade Layers, a New Picker for Input Elements, and More — blog.chromium.org Unless otherwise noted, changes described below apply to the newest Chrome beta channel release for Android, Chrome OS, Linux, macOS, and Wi...
#ngQuote
“A baseball manager recognizes a nonphysical talent, hustle, as an essential gift of great players and great teams. It is the characteristic of running faster than necessary, moving sooner than necessary, trying harder than necessary. It is essential for great programming teams, too” - Frederick P. Brooks Jr. — www.goodreads.com