Updates on dev.to clone in Angular - August 6
Github Repo - https://github.com/ajitsinghkaler/devto-clone Deployed on Firebase -...
Github Repo - https://github.com/ajitsinghkaler/devto-clone Deployed on Firebase -...
Every story can be very personal, but a story of a developer always ends up being framed. ...
Discover the origins of NestJS from creator Kamil Myśliwiec. Explore how Angular-inspired architecture enhances backend productivity.
When we create a component, you can reuse it in some places, and his style should also relate to his...
When we build components it needs to be flexible, because they can be used in many places or...
Github Repo - https://github.com/ajitsinghkaler/devto-clone Deployed on Firebase -...
Everything that you need to know in practice to use the Angular dependency injection system, all in one place. All of its advanced concepts are explained in a practical and easy-to-understand way, with examples.
We have done a unit test of a calculator in the previous part. But we never mentioned what does unit...
Let's talk about unit testing our applications. What is unit testing and why should I...
Scale your Angular app to mobile using Capacitor. Leverage your existing codebase to deploy hybrid apps across platforms with ease.
Github Repo - https://github.com/ajitsinghkaler/devto-clone Deployed on Firebase -...
The goal of this article is to show typical pitfalls that come when using Module Federation together with Angular and strategies for avoiding them.
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.