gonzofish / angular-librarian

An Angular 2+ scaffolding setup for creating libraries
https://www.npmjs.com/package/angular-librarian
MIT License
91 stars 9 forks source link

Cannot NPM Link #8

Closed gonzofish closed 7 years ago

gonzofish commented 7 years ago

NPM link doesn't work between projects created via angular-library-set.

This is because of how webpack is resolving the modules. This angular-cli pull request sheds some light on the issue:

https://github.com/angular/angular-cli/pull/2291

gonzofish commented 7 years ago

One-line fix is in!