Skip to content

karthikeyansgit/custom-libs

Repository files navigation

Create Custom Library

This project was generated with Angular CLI version 9.1.8.

Install Dependencies

npm install

Build Library

ng build alerts-lib

Create a Pack file

  • cd dist/alerts-lib
  • npm pack

Install Custom Library to Project

  • npm install :<folder-path>\dist\alerts-lib\alerts-lib-0.0.1.tgz

Ex: npm install D:\libdemo\custom-libs\dist\alerts-lib\alerts-lib-0.0.1.tgz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published