mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
With #30058, the ngUpgrade internal `angular.module()` method was renamed to `angular.module_()` (to avoid a webpack bug). Merging #29794 afterwards resulted in some broken tests, because it still used the old `angular.module()` method name. (The PR had been tested on CI against a revision that did not contain the rename.) This commit fixes the broken tests by renaming the remaining occurrences of `angular.module()`. PR Close #30126 |
||
|---|---|---|
| .. | ||
| change_detection_spec.ts | ||
| content_projection_spec.ts | ||
| downgrade_component_spec.ts | ||
| downgrade_module_spec.ts | ||
| examples_spec.ts | ||
| injection_spec.ts | ||
| static_test_helpers.ts | ||
| testability_spec.ts | ||
| upgrade_component_spec.ts | ||