rx-angular
rx-angular copied to clipboard
move getZoneUnpatchedApi into internals/utils
Problem Solved By The Feature
To reduce the bundle of code that only relies on getZoneUnpatchedApi we move it into a standalone folder in internals and reimport it in zone-less.
Todos:
- [x] move function into
internals/utils - [x] replace imports
- [x] remove any dependency to zone-less in all cdk packages
- [ ] implement rule for no cross import inside cdk