Pack/Import a local developed module into a project
问题 I am trying to import a locally developed Angular project/module into an angular application without publishing it into npm repository. First, I followed this tutorial to build my module in UMD format (I skipped the publish part): https://medium.com/@cyrilletuzi/how-to-build-and-publish-an-angular-module-7ad19c0b4464 Then, I tried to install my module in the final application by executing this command line: npm install ../path-to-my-module --save This added successfully my module as @myscope