Angular project - how to include local version of component in project compile?
已回答
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?
请先登录再写评论。
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