Angular : Implementing Control Value Accessor
Let’s assume we create a custom (angular) Component “custom-select” in a reactive form and want to use it like below:…
How to build Desktop Applications with Electron.js
Electron.js is a popular framework for building desktop applications using web technologies such as JavaScript, HTML, and CSS. Here are…
.bashrc File
The .bashrc file is a hidden configuration file for the Bash shell on Linux and Unix systems. It is typically…
[ FIXES ] empyty git commit warning
After pushing my code to the remote branch and creating a PR. I made some more changes to my local…
HTTP Request Testing with Cypress
To test HTTP requests in a Cypress test for an Angular application, we can use the cy.request() command to make an HTTP…
Cypress VS Protractor : the differences
Cypress and Protractor are both end-to-end testing frameworks for web applications. However, there are some differences between the two: Architecture:…
Angular & Google Analytics
When someone asks about Tracking web pages for analysis, generally Google Analytics product by Google comes up first in your…
[ Fixes ] Router Subscribe – Error TS2769: No overload matches this call
would like to subscribe to NavigationEnd events in Angular 14, while using filter from rxjs. The part of subscribe((event: NavigationEnd) ... causes…
How to Use the Call, Apply, and Bind methods in JavaScript
Call is a function that helps you change the context of the invoking function. In layperson’s terms, it helps you replace…
How to run only specific test spec file in Angular
there is a way to run tests against only one selected spec file. For doing that, we should configure test.ts file inside src folder.…








