Search code examples
azure-devopsazure-artifacts

How to add custom Angular library package to Azure DevOps?


I have a Angular custom library and i want to push the library to Azure DevOps Artifacts.


Solution

  • You need to create a artifact feed, then build and publish the library to the specific Azure DevOps feed.

    Please refer to the following documents to know more about that:

    Besides, there's a blog described about that, it's straightforward to follow : Create angular library in your private npm registry on AzureDevOps . Hope that helps.