Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config): make sure that Promise config is undefined initially (#3440
) We need to make sure promise is undefined initially because systems like Zones need to have a chance to pick up Promise and patch it, and we're doing a runtime check for configuration anyhow. This makes the runtime check worthwhile and solves the problem with Zones (without needing to reference Zones in anyway)
- Loading branch information