Issue #57: NgRx v15, Angular 15 Study Guide, Angular Builders, Intercepting HTTP Requests with Playwright
#ngTutorials
Angular 15 Study Guide | by Gergely Szerovay — angularaddicts.com
Everything you need to know to master the new version of Angular
How To Use Functional Router Guards in Angular | by Dany Paredes — www.danywalls.com How To Convert Class Router Guard to Functional And Use In Standalone Components
Tailwind CSS + Module Federation | by Stefan Haas — ng-journal.com Tailwind CSS is a modern CSS utility library used by thousands of people. It allows to use predefined css classes directly inside the html such that creating custom css classes is rarely needed. But setting it up for a microfrontend is a bit tricky. Anyway, don't worry, in this article you will learn how to setup an Nx workspace with module federation and use Tailwind CSS in the microfrontend.
Can Angular apps be cool again? | by Joshua Morony — www.youtube.com
Angular hasn't been "cool" for a long time - it's generally seen as the framework for large enterprise style applications, not for fast moving startups disrupting industries. But, Angular has changed quite a lot lately, which begs the questions... could it ever be "cool" again?
Angular Builders - How do they work? (2022) | by Decoded Frontend (Dmytro Mezhenskyi) 🇺🇦 — www.youtube.com
Angular Builders perform different tasks for us like building the application, running tests, and many other things. We use them every day when we start our application, tests, etc, and don't even think about how it is internally working. In this video, I would like to show you what is going on under the hood once you run e.g `ng build` command and how exactly the Angular CLI resolves and executes the appropriate builders.
Underlying Magic of Angular Forms | by Dmytro Mezhenskyi at Angular Nation — www.youtube.com
Want to learn about Angular Forms from one of our favourite Angular GDEs, Dmytro Mezhenskyi? Here's your chance!
#ngPodcasts
APS4 E14 - What's new in Cypress 11 and a Deep Dive into Component Testing with Jordan Powell | by The Angular Plus Show — www.spreaker.com
Cypress 11 has been released and one of the most anticipated new features is the GA release of Cypress Component Testing! We are joined on this episode by Jordan Powell of Cypress to discuss what component testing is, how it is different from traditional Cypress e2e testing, where it might fit in the testing pyramid and most importantly, how to get started.
#ngCommunity
Announcing NgRx v15: Standalone APIs, Type-safe projectors, Component and ComponentStore updates, and more! | by Brandon Roberts — dev.to
We are pleased to announce the latest major version of the NgRx framework with some exciting new features, bug fixes, and other updates.
All things v15: Angular, NgRx, and more | by Brandon Roberts — www.youtube.com
Angular v15 was recently released with a bunch of new features and improvements!
Intercepting HTTP Requests with Playwright | by Tim Deschryver — timdeschryver.dev Intercepting HTTP requests is a useful feature, let's take a look at how you can intercept an HTTP request with Playwright and discuss some of the possibilities.
#ngQuote
"The most important property of a program is whether it accomplishes the intention of its user." - C.A.R. Hoare — www.goodreads.com