Note: this is a public version for the following file (which may be moved to master soon): https://github.com/trilogy-group/devfactory-coderamp/blob/milestone/CR-1048-Refactor-to-an-Angular-Component/projects/coderamp-lib/README.md
See the peerDependencies key in the package.json for coderamp-lib (i.e projects/coderamp-lib/package.json) to view all the dependencies needed in the parent project to be able to properly use coderamp-lib.
- Run
npm run pack:libto generate acoderamp-lib-<version>.tgzfile in thedist/coderamp-libdirectory. - Copy this file to the root of any angular project you want to integrate it into.
- In the root of that angular project, run
npm install coderamp-lib-.tgz(replacing `` with the version of the file).