Angular project - how to include local version of component in project compile?

Answered

A newbie Angular/Intellij question...

I have an Angular project that is using an open source Angular component that I have installed using the normal "npm install --s xxxxxx" route

I now want to make some changes to the source code of the open source project by...

  • By cloning the open source component git repo to my local PC
  • Making the source code changes locally

How do I change my Intellij Angular project to start using the local version of the open source component?

 

0
1 comment

You need to download the source code of the component and connect it to your current project as module. https://www.jetbrains.com/help/idea/working-with-module-dependencies.html

0

Please sign in to leave a comment.