generator-angular2-library
generator-angular2-library copied to clipboard
Publishing submodules
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.
Did you find out how to include multiple modules? I'm facing the same problem. Thanks and sorry for not being helpful. :)
Hi @BenniG82 ... I have not looked into this further as yet. Sorry.
@BenniG82 you could have a look at this doc, there is a section about secondary entry points that is enlightening :)