hslayers-ng
hslayers-ng copied to clipboard
Export utils
-------Merging with #5713 ------
Description
- Refactor utils entrypoint from injectable angular service to exported functions to allow better tree-shaking
Related issues or pull requests
#5729
Pull request type
Please check the type of change your PR introduces:
- [ ] Bugfix
- [ ] Feature
- [ ] Dependency updates
- [ ] Code style update (formatting, renaming)
- [x] Refactoring (no functional changes, no api changes)
- [x] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe)
- [ ] I am unsure (we'll look into it together)
Do you introduce a breaking change?
- [x] Yes
- [ ] No
- [ ] I am unsure (no worries, we'll find out)
Checklist
- [x] I understand and agree that the changes in this PR will be licensed under the [MIT License]
- [ ] I have followed the guidelines for contributing
- [ ] The proposed change fits to the content of the code of conduct
- [ ] I have added or updated tests and documentation, and the test suite passes (run
npm testlocally) - [ ] I'm lost; why do I have to check so many boxes? Please help!