Vignesh Arvind
Vignesh Arvind

Reputation: 611

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.

Upvotes: 4

Views: 3587

Answers (1)

Andy Li-MSFT
Andy Li-MSFT

Reputation: 30412

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.

Upvotes: 5

Related Questions