Issue #39: Angular State Management Using NGXS, Nx v14.5, AMA with Jason Warner, Concurrent Mode in Angular
#ngTutorials
I only ever use *these* RxJS operators to code reactively | by Joshua Morony — www.youtube.com
In this video, I cover the 10(ish) operators I most frequently use when coding reactively in Angular. We take a look at the theory for each one, along with a realistic example of where I have used it recently.
Angular State Management Using NGXS | by Theinfinix500 — theinfinix500.com
State management is the process of managing the states of user flows and controls. It helps developers build large-scale applications with heavy data communications while maintaining high application performance.
A New Way to Set Inputs on Angular ComponentRefs | by Netanel Basal — netbasal.com
When creating dynamic components in our applications or writing tests, we use the component reference instance property to change input values. Since v14.1.0, Angular added the setInput() method to the component reference, making the above issues a thing of the past.
#ngPodcasts
Async Angular Testing and Introducing AG Charts - AiA 352 | by Adventures in Angular — topenddevs.com
If you are testing an Angular application, then at some point, you will be required to test asynchronous behavior. Today on the show, guests Stephen Cooper and Mona Peirov share about how you can validate your internal models with async Angular testing and integrate AG Charts into your workflows.
S2E26 | Ask Me Anything with Jason Warner | by Angular Experience — www.spreaker.com
In this episode Brooke, Erik, & guest panelist Jason Warner go boldly into the uncharted territories of our first ever Ask Me Anything episode! We take on listener-submitted questions on topics ranging from working remotely and the dynamics of working on an agile team, to dealing with being fired and revitalizing your motivation at work.
#ngCommunity
Nx on Twitter: "Our latest edition of #NrwlWins!" — twitter.com
📖 Nx and @lernajs docs site updates
🎥 New Video on Module Federation
🔥 Lint performance improvements
✅ Much more!
New Nx 14.5 Support for Cypress 10! | by Nrwl - Narwhal Technologies Inc. — www.youtube.com
Nx 14.5 includes some new generators for migrating to Cypress version 10, plus generators for adding Cypress component tests to your project to support unit and integration tests!
Angular Landing Page with Airtable Integration and Netlify Functions | by Simon Grimm — www.youtube.com
Learn all the steps it takes to build and host an Angular application on Netlify and connect it through cloud functions to your Airtable database!
Concurrent Mode in Angular- Non-blocking UIs at scale | Michael Hladky | EnterpriseNG 2021 — www.youtube.com
In application development, there is nothing more important than performance. Bad performance scores, blocked UI, and slow applications are annoying and can be time-consuming to solve.
In this session, I will teach you the theory behind Concurrent Mode in Angular, how it works, how to enable it in your builds, and how you can use it to speed up the performance of your application.
Angular Performance Patterns | Minko Gechev | EnterpriseNG 2021 — www.youtube.com
Angular DevTools is a Google Chrome extension that provides debugging and profiling capabilities for Angular applications. In this session, I will show you how you can leverage this tool to determine what is slowing down your applications and how to quickly resolve the bug and deploy a faster app.
#ngQuote
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis M. Ritchie — www.goodreads.com
