mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ae0baa2522
Users may be using zoneless, but are still loading Zone.js in which case they won't get the full benefits like reduced bundle size. These changes detect such a case and log a warning. PR Close #55769