Angular Control Flow vs Structural Directives: The End of *ngIf and *ngFor?With Angular 17, a major shift in template control flow was introduced: Control Flow Blocks. This new approach replaces structural…2d ago2d ago
🚀 Stop Extending Components! Use Angular’s Directive Composition API!Inheritance in Angular can lead to tight coupling and hard-to-maintain code. With the Directive Composition API, we can compose behaviors…5d ago5d ago
Modernizing Angular Components: Signals, Inputs, Outputs, and Required Queries in Angular 17+IntroductionJan 28Jan 28
Migrating Angular 13 to Angular 19: A Comprehensive GuideMigrating Angular projects incrementally from version 13 to 19 is essential for leveraging new features and maintaining compatibility while…Jan 26Jan 26
AnalogJs: SSR para AngularJá tem um tempo que a comunidade Angular vem sofrendo com SSR, eu particularmente trabalhei pouco em applicações que dependiam muito dessa…Jul 18, 2023Jul 18, 2023
O que eu preciso saber para programar? Passos iniciaisNo artigo passado, eu comentei sobre o que seria o básico do básico para aprender a programar, essas foram coisas simples e usuais para o…Feb 14, 2022Feb 14, 2022
O que eu preciso saber para programar? O Básico do BásicoTem muito tempo que eu venho pensando em como guiar de maneira prática e gratuita pessoas de como entrar na área de desenvolvimento de…Mar 6, 2021Mar 6, 2021
One-Line Angular Schematics — The practical guideThere are lots of articles about Angular Schematics and powerful is. But we need to simplify it!Aug 12, 20191Aug 12, 20191
Code Killer Input — A Reactive ApproachSome weeks ago I wrote about Scaling a UI Delivery and I mentioned how important is to create a design system. The design system will make…Aug 4, 2019Aug 4, 2019
Super Fast Stateful CRUD — A practical guide to NgRx DataI have been talking a lot about making CRUD faster since it is a big portion of all Frontend requests to the Backend. I made a post some…Jul 22, 20191Jul 22, 20191