rx-angular icon indicating copy to clipboard operation
rx-angular copied to clipboard

move getZoneUnpatchedApi into internals/utils

Open BioPhoton opened this issue 4 years ago • 0 comments

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

BioPhoton avatar Oct 22 '21 07:10 BioPhoton