mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 10:11:50 +08:00
Now that the service schematic uses `providedIn` by default, we can simplify the test to use `TestBed.configureTestingModule({})`. Also use `TestBed.get()` instead of the `inject` wrapper.