Tag:angular
All the articles with the tag "angular".
How to mock an Angular service with Jest
Posted on:October 15, 2023 at 11:21 AMIt is a simple but still an useful way to mock an Angular service with Jest
Creating Custom RxJS Operators
Posted on:February 26, 2023 at 07:00 PMCreating RxJS custom operators is critical for keeping the code organized and readable, especially when using it with Angular.
Angular Inject Function: A New Way To Work With DI
Posted on:October 10, 2022 at 09:00 PMThe new inject function released in Angular 14 gives us a new way to work with dependency injection. Now, we can inject dependencies inside functions and a lot more!
Angular Standalone Components: Say Goodbye To NgModules
Posted on:September 25, 2022 at 08:00 AMIn this post, we will see how to use the Angular V14 feature called "standalone component"! That feature will make Angular applications easier and simpler to create and understand. Say hello to the future without NgModules!
Creating a Micro Frontend App with Angular Module Federation
Posted on:August 29, 2022 at 03:00 AMLet's create a micro frontend app with Angular Module Federation and Nx! That's an amazing way to make the applications smaller and faster to deploy.
How to create reusable Angular components using NgTemplate
Posted on:August 16, 2017 at 01:17 AMSince I started producing reusable components with Angular2+, I've always tried to make them as customizable as possible using Inputs and ng-content.
How to inject optional dependencies in Angular like a pro
Posted on:August 16, 2017 at 01:17 AMUsually when I create components in Angular, I need to provide a way to customize how Angular's logic will work.
Angular + FlexLayout
Posted on:August 13, 2017 at 07:02 PMCurrently, 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 projects.