Filtering Protractor end-to-end tests with Angular CLI
Demonstrating the "grep" and "invertGrep" test filtering options of Angular CLI's Protractor builder.
Demonstrating the "grep" and "invertGrep" test filtering options of Angular CLI's Protractor builder.
Original cover photo by Josh Redd on Unsplash. NgRx Effects are a popular part of NgRx, a state...
Reduce bundle size and upgrade type safety with RxJS 7. Master new operator syntax and streamlined subscription patterns for cleaner code.
Table of Contents A long-awaited solution for state management Why should you use state...
Help me improve these updates by giving suggestions. Github Repo -...
Prepare your (view)models before they reach the component to make them faster and easier to render.
Observables in Angular offer significant benefits over other techniques for event handling,...
Help me improve these updates by giving suggestions. Github Repo -...
Discover how the creator of NestJS balances global travel, remote consulting, and constant learning in this exclusive interview.
While there are several ways to make properties available throughout your Angular app, I found this...
Stop misusing OOP in Angular. Learn to master composition and mixins to write cleaner code and improve your app’s long-term maintenance.
In this article, I will show you how you can still use inputs and outputs and support OnChanges...
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.