But when we install the publishable lib in our ionic app, we run into the issue that the masonry-layout is not available.
Having a look to our original library we have to include it only in the dependencies and anything is fine when we install this lib in a angular project
Describe the bug In our package.json file for the workspace we have this dependencies:
But when we install the publishable lib in our ionic app, we run into the issue that the masonry-layout is not available.
Having a look to our original library we have to include it only in the dependencies and anything is fine when we install this lib in a angular project
Do I missing something?