Dynamically Update Angular BASE URL Using Docker Env Variables
In Angular the BASE/API URLs are be stored environment files which are present under src/environments...
In Angular the BASE/API URLs are be stored environment files which are present under src/environments...
Since Angular 14.2, it’s possible to use Standalone Components as Angular Elements.
Pipes are simple functions to use in template expressions to accept an input value and return a...
Based on community feedback via the RFC process, we’ve decided to deprecate Protractor, while working with the community to find a long term support option for active projects that wish to continue…
Here are five reasons why Java developers love Angular. The list is not exhausted but merely an observation from my own experience.
Optimize your testing strategy by choosing when to use Behavior-Driven Development. Streamline business requirements and quality assurance.
With the introduction of Standalone Components, NgModules will become optional. But how to prepare for this future?
Eliminate frontend-backend friction with the BFF pattern. Optimize API contracts and accelerate development by empowering your FE team.
Introduction Ngrx component store is a great package for state management at component...
Catch template bugs early with Angular Extended Diagnostics. Improve code quality and reduce technical debt with built-in checks.
Say no to brittle tests with SCAMs
Today we will learn how to create our own Pipe or the Custom Pipe. If you are unaware about what a...
Today we will learn how to create our own directives in Angular. In my previous posts I discussed all...
Angular, by default, comes with Jasmine; it is a great testing framework. I spent one year and a half...
How write maintainable NgRx tests within an Angular application
Surprising to some, calling TestBed.compileComponents is unnecessary unless you're Google.
Avoid cascading failures in Micro-Frontends by implementing an anti-corruption layer. Ensure long-term stability for complex systems.
Photo by John Bakator on Unsplash NgRx Effects Effects are a powerful model for handling...
When we go to a party, I love to have all beers ready to drink and take one, but sometimes take time...
Introducing the ModuleTeardownOptions#destroyAfterEach option for the Angular testbed.
When we use external libraries, it is very common to declare a global object and use it. But the...
Master Webpack’s internal bundling process by exploring ModuleGraph and ChunkGraph. Learn to debug source code and optimize builds.
This week, I’ve interviewed my colleague and testing expert, Rainer Hahnekamp, about trends in the area of Angular testing.
This article was originally published on my personal blog We now understand the importance of...