Hi,
I'm in the situtation that I want to create an Angular publishable library with Esri JavaScript logic. Other colleagues should be able to install my npm package and esri assets/css should work out of the box.
CDN is not a problem but I can't figure out the best way to ship esri assets with my library and how I can configure css/assets inside my library so that I can do both:
a) use my library at development time inside my angular workspace and its app projects directly
b) or in another workspace with the npm package.
Does anybody have experience in that?