Angular self-saving dropdowns – yet another directive
Eliminate redundant save buttons by building a custom Angular directive that handles autosaving and visual feedback for your dropdowns.
Eliminate redundant save buttons by building a custom Angular directive that handles autosaving and visual feedback for your dropdowns.
Github Repo - https://github.com/ajitsinghkaler/devto-clone Deployed on Firebase -...
Master backend development faster using NestJS. Leverage your Angular expertise to share code and logic across the entire full-stack.
Original cover photo by Alvaro Reyes on Unsplash. One of the most important responsibilities of a...
Hi all, in this series we are discussing Angular Change Detection, in the last post we discussed the...
I'm starting a new series in which we will create a dev.to clone in angular. I will release some work...
How I write my Angular Component Tests with the Angular Testing Library.
In my last post about change detection, we touched on the basics of it. In this article, we will try...
Table of Contents Basics First Test Look out for Flakiness Be careful with...
On 24th April, Angular announced the deprecation of their E2E testing tool protractor. In this article, I will provide a short overview over the differences between the various E2E frameworks, argue why you should use Cypress and – in the second part – help you with the first steps.
Best practices how to bundle your application with Angular modules
Simplify route parameter handling in Angular using custom factory functions and InjectionTokens for cleaner code and easier testing.
Angular Router: empty paths, named outlets and a fix that came with Angular 11
Hi all, in this article, we will discuss what canDeactivate means and how to have a custom...
In this article, we will learn how to extend Scully functionality through plugins. We will do this by...
Hi All, if you have worked on some Angular project and used backend communication with API in which...
Automate Angular deployments with GitLab CI/CD. Learn to package your apps as Docker images, host on Pages, and publish NPM libraries.
We are sitting in front of our new project and we need to start coding some new screens but the...
Some time ago I published a video that in detail showed how to use the Angular CDK Portal module and in which use cases it might be useful. Almost immediately in the comments, I got a question: “How to provide data to the ComponentPortal factory?”. Fair enough! This is indeed a good question and in
Hey all, we might have come across this situation where we define the Interface but at the time of...
Hi Readers, So if you have been using Angular for a while you might have heard of Angular Change...
Master component styling with :host, HostBinding, and :host-context. Simplify your architecture and keep CSS concerns out of your TS code.
Improve perceived performance by mastering UI feedback with Angular Material, ensuring faster interactions and better user experience.
Master custom Angular form inputs by implementing ControlValueAccessor and Validator interfaces to sync data and validate values.