generator-angular2-library icon indicating copy to clipboard operation
generator-angular2-library copied to clipboard

Publishing submodules

Open axtho opened this issue 7 years ago • 3 comments

Hi there,

Thanks for the great generator. It haas helped a ton. I have a question concerning submodules within ones lib: how can you achieve this, so that you can do import { whatever } from 'my-lib/submoduleX' instead of import { whatever } from 'my-lib' (which is what currently gets generated)?

Maybe it is obvious and I am missing it.

axtho avatar Sep 28 '17 07:09 axtho

Did you find out how to include multiple modules? I'm facing the same problem. Thanks and sorry for not being helpful. :)

BenniG82 avatar Oct 12 '17 08:10 BenniG82

Hi @BenniG82 ... I have not looked into this further as yet. Sorry.

axtho avatar Oct 13 '17 08:10 axtho

@BenniG82 you could have a look at this doc, there is a section about secondary entry points that is enlightening :)

axtho avatar Nov 03 '17 07:11 axtho