ng-packagr rootDir issues #5974
Unanswered
kainiedziela
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello ng-zorro team! Big fan!
I'm working on creating an angular library myself and have to into an issue that you guys solved, however I cannot reverse engineer the exact way you did this.
I want to have a component structure similiar to yours and that of the @angular/material package.
And while the overall library structure supports this when I want to use some shared functions the way you guys use your
core
directory, ng-packagr will not build the component, because the shared directory is not in the root directory of a given sub-library.Can you please point me in the direction of how you fixed this?
Beta Was this translation helpful? Give feedback.
All reactions