im trying to create an angular element with some functionality. I managed to create a sample one and use it in a project of mine. As i now want to add some functionality my questions are:
- Is it possible that my element uses some functionality of an npm package(i.e ngSelect)?
- Is it possible to fetch data/make http requests and proxy it for different environments?