Please help me create a simple angular2 library project (which only has the angular2 component). After that, I need to reuse this library component in another project (which is created using the angular cli command).
Basically export the angular2 component from a library project, publish it to npm and import from another angular project ..
Thanks in advance.
source
share