mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2a7a5de53f
This commit adds `applicationProviders` to the `bootstrapModule` options object. This allows specifying additional providers at the location of bootstrap, which makes default providers much easier to accomplish. Using this, we can refine the approach taken for downgrade_module to use this more direct API rather than the additional provider variable dance. PR Close #64354