Logo

dev-resources.site

for different kinds of informations.

Angular Addicts #28: Angular 18.1 (w. the new @let syntax), Component testing, SSR guide & more

Published at
8/13/2024
Categories
angular
typescript
ngrx
javascript
Author
gergelyszerovay
Author
15 person written this
gergelyszerovay
open
Angular Addicts #28: Angular 18.1 (w. the new @let syntax), Component testing, SSR guide & more

๐Ÿ‘‹Hey fellow Angular Addict

This is the 27th issue of the Angular Addicts Newsletter, a monthly collection of carefully selected Angular resources that got my attention. (Here are the 27th 26th and 25th)

๐Ÿ“ขRelease announcements

๐Ÿ“ข What's new in Angular 18.1?

Angular 18.1, the latest minor version of Angular, was released in July. Cรฉdric Exbrayat covers the key new features:

  • TypeScript 5.5 support
  • @let syntax
  • afterRender / afterNextRender APIs
  • toSignal equality function
  • RouterLink with UrlTree
  • Router browserUrl
  • Extended diagnostic for uncalled functions
  • Angular CLI: faster builds with isolatedModules, WASM support, inspect option, chunk optimizer

๐Ÿ’ŽAngular Gems of July, 2024

๐Ÿ“ฐ Complete Guide for Server-Side Rendering (SSR) in Angular

Alexander Thalhammer explains Server-Side Rendering (SSR), Static Site Generation (SSG), Hydration and Event Replay. He shows how to set these up in an Angular application and offers best practices and tips for improving the user experience.

๐Ÿ“ฐTesting Components In Angular: NO_ERRORS_SCHEMA, Stub Components, and NgMocks

Dany Paredes shows us by examples, how to unit test a component with multiple dependencies like child components or external libraries with the help of the NgMocks mocking library.

๐Ÿ“ฐ The Future of Material Support in Angular

In this post, Mark Thompson and Jeremy Elbourn clarify that Angular Material is not affected by changes to Google's Material Web Components (MWC), as it does not rely on them. Angular Material remains under active development. The team aims to enhance Angular CDK features and documentation to help developers build high-quality user interfaces.

๐Ÿ“ฐBuilding a Real-Time Chat Application with Angular and Firebase

Moe Mollaie explains, when real-time connections are needed and compares different solutions. He then walks through building a real-time chat application using Angular and a Firebase.

๐Ÿ“ฐAngular: RxJS vs Signals, what to use?

Igor Pak provides two use cases to illustrate when to use Signals and when to use RxJS. His article shows that while Signals are good for state management and simple data updates, they might miss intermediate values in complex scenarios.

๐Ÿ‘จโ€๐Ÿ’ปAbout the author

My name is Gergely Szerovay, I worked as a data scientist and full-stack developer for many years, and I have been working as frontend tech lead, focusing on Angular based frontend development. As part of my role, I'm constantly following how Angular and the frontend development scene in general is evolving. To share my knowledge, I started the Angular Addicts monthly newsletter and publication in 2022, so that I can send you the best resources I come across each month. Whether you are a seasoned Angular Addict or a beginner, I got you covered. Let me know if you would like to be included as a writer. Letโ€™s learn Angular together! Subscribe here ๐Ÿ”ฅ

Angular has evolved very rapidly over the past few years, and in the past year, with the rise of generative AI, our software development workflows have also evolved rapidly. In order to closely follow the evolution of AI-assisted software development, I decided to start building AI tools in public, and publish my progress on AIBoosted.dev. Join my on this learning journey: Subscribe here ๐Ÿš€

Follow me on Substack (Angular Addicts), Substack (AIBoosted.dev), Medium, Dev.to, Twitter or LinkedIn to learn more about Angular, and how to build AI apps with AI, Typescript, React and Angular!

๐Ÿ•น๏ธPrevious issues

If you missed the previous issues of the newsletter, you can read them here, these are the latest 3 issues:

๐Ÿ“จ Submit your Angular resource

Have you found or written an interesting Angular-related article, tweet or other resource lately? Please let me know here in the comments or send me a DM on Twitter! I might feature it in the next Angular Addicts issue!

ngrx Article's
30 articles in total
Favicon
๐Ÿš€ Learning Through Experience: A Tale of NgRx Effects
Favicon
Announcing NgRx 19: NgRx Signals Features, Action Signals, and more!
Favicon
NGRX with Angular 16
Favicon
Angular Addicts #31: The new Resource API, effect updates & more
Favicon
Simplify Your Angular Code with NgRx Entities
Favicon
ngRx Store in Angular
Favicon
Angular Addicts #29: Angular 18.2, implicit libraries, the future is standalone & more
Favicon
NgRx Use Cases, Part III: Decision-making
Favicon
Angular Addicts #28: Angular 18.1 (w. the new @let syntax), Component testing, SSR guide & more
Favicon
Angular Router URL Parameters Using NgRx Router Store
Favicon
When to Use `concatMap`, `mergeMap`, `switchMap`, and `exhaustMap` Operators in Building a CRUD with NgRx
Favicon
How to Implement ActionCreationGroup in NgRx
Favicon
A single state for Loading/Success/Error in NgRx
Favicon
How to Debug NgRx Using REDUX DevTools in Angular
Favicon
When and Why to Use REDUX NgRx in Angular
Favicon
Announcing NgRx Signals v18: State Encapsulation, Private Store Members, Enhanced Entity Management, and more!
Favicon
Angular Addicts #27: NgRx 18, New RFC: DomRef API, Web storage with Signals & more
Favicon
Announcing NgRx 18: NgRx Signals is almost stable, ESLint v9 Support, New Logo and Redesign, Workshops, and more!
Favicon
Angular Addicts #26: Angular 18, best practices, recent conference recordings & more
Favicon
How to Handle Side Effects in Angular Using NgRx Effects
Favicon
How to Use NgRx Selectors in Angular
Favicon
Angular Addicts #25: Angular and Wiz will be merged, the differences between React and Angular & more
Favicon
Angular Addicts #24: Angular 17.3, Signals and unit testing best practices, Storybook 8 & more
Favicon
Creating a ToDo App with Angular, NestJS, and NgRx in a Nx Monorepo
Favicon
Here's how NgRx selectors actually work internally
Favicon
Angular Addicts #23: Angular 17.2, Nx 18, Signal forms, Analog, WebExpo & more
Favicon
All you need to know to get started with the NgRx Signal Store
Favicon
Angular Addicts #22: Angular 17.1, Signal Inputs, State management tips & more
Favicon
11 friends of state management in Angular
Favicon
The best of Angular: a collection of my favorite resources of 2023

Featured ones: