Angular
Creating Custom RxJS Operators
Since Angular has become a popular framework, RxJS is becoming increasingly popular. In this post I would like to write about a very nice feature in this fantastic library: custom operators! A few...
read postAngular Inject Function: A New Way To Work With DI
It's time to talk about one of the best features in Angular 14: inject function. I've been studying this new version for a while and I can say... Angular is getting better and better. Since the...
read postAngular Standalone Components: Say Goodbye To NgModules
A few months ago, Angular v14 was released with a lot of amazing new features. And, since then, I've spent some time studying and applying these to my projects. It's hard not to admit how excited I'm...
read postCreating a Micro Frontend App with Angular Module Federation
This post was inspired by Briebug's post I've been listening much about the micro frontend concept lately. A lot of companies are adopting this solution as a way to make the apps smaller and easier...
read postHow to inject optional dependencies in Angular like a pro
Usually, when I create components in Angular, I need to provide a way to customize how Angular's logic will work. A good way to do this is to create a configuration class with some properties that...
read postHow to create reusable Angular components using NgTemplate
Since I started producing reusable components with Angular2+, I've always tried to make them as customizable as possible using Inputs and ng-content. But it wasn't always possible, because for some...
read postAngular + FlexLayout
Currently, in the projects I'm working on, we use the Angular2+ framework as the base technology for the Frontend, so we save a lot of time that could be spent building a whole setup for the...
read post