I have an Angular 10 project that is using an open source Angular component that was installed using the normal "npm install --s xxxxxxx" route.
I want to clone the open source Angular component github project to my local PC to make some code improvements.
How do I make my Angular project point at the cloned local version of the open source component?