Angular @let declarations: Smart Template Subscriptions
For some time now, Angular has been living in its momentum and the Angular team has proven that it...
For some time now, Angular has been living in its momentum and the Angular team has proven that it...
In Angular, Reactive Forms provide a powerful and flexible way to manage form inputs, validations,...
Some time ago, I had the opportunity to start a simple application. Since I was the only developer and it was a charity project, I had the freedom to choose the tools. One of my main goals was to make the most of the newly released signals without losing the power of RxJS. This article is the result
Can't miss this one !!
In this article, we will analyze JavaScript and PHP languages and their support for functional programming paradigm. However, to do so, we will first analyze if those languages are Object-Oriented, and if they are, how can we be certain of that? Through analysis of their support for the Object-Orien
Exciting news! Angular Space launched a new OSS Missions channel on Discord! - Contribute to open-source projects. - Complete missions. - Earn points. For Points Redeem rewards like - books, - mentoring hours - social media promotion Here is what we currently have in stock of Discord shop: 0:00 /0:1
Angular 18.2 has arrived, and while it may be a minor release, it holds some valuable improvements...
Stop relying on fragile API contracts. Use Zod to validate, parse, and map backend responses into clean, type-safe Angular models.
Authentication is always a delicate subject since it is one of the core layers guarding your...
In May 2024, the Angular Version 18 was released. Manfred discussed the new features in a detailed post. In this post, we want to present the additional features of the minor release 18.2 (including release 18.1). @let it begin While some highly motivated Angular bloggers introduced the @let feature
Angular now has support for TypeScript isolatedModules as of Angular 18.2. With this support in place, we’ve seen performance boosts of up to 10% in production build times. We know that developers…
Original cover photo by Hansjörg Keller on Unsplash. In my previous articles, we covered access...
Explore an underappreciated decomposition killer feature, introduced with Angular 15 to see how it can help you breakdown complex code.
My favorite Angular resources of July, 2024
Time for another Angular Space Giveaway! Roberto Heckers - popular Angular content creator on LinkedIn released his book with PACKT. PACKT & Roberto have 10 copies of Effective Angular to giveaway for FREE :)! - Kindle Price: $33.99 What's especially fun about this book is that it features use of Nx
Upgrade to TypeScript 5.5 to leverage automatic type narrowing, set method support, and regex validation for cleaner, type-safe code.
The build solution Nx has been helping to build large projects and monorepos for years.NX DAEMON It supports Angular and React as well as several Node.js-based frameworks out of the box. A plugin concept also allows other frameworks such as Vue.js to be integrated. Nx accelerates build processes thr
Integrating AI into web applications has become increasingly prevalent. AWS Bedrock offers a powerful...
Introduction I have been saying this for a looong while: Directives are the most underutilized part of Angular. They provide a powerful toolset for doing magic in templates, and yet in most projects, it is used in the most common, "attribute directives that do some limited business logic" style. The
Master Angular signals to optimize your state management. Learn how reactive primitives and pull-based updates ensure cleaner UI logic.
Introduction The new @defer feature in Angular is part of the framework's enhancements to...
In the world of modern web development, building reusable and flexible components is crucial. Angular, provides a powerful feature known as ng-content to achieve this. This feature allows developers to project content from a parent component into a child component, making it easier to create dynamic
NgRx Signal Store, now in its stable version. Node.js will soon support TypeScript in an experimental...