mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5e209cb560
`TestBed.get` isn't type safe and has been deprecated for several years now. These changes remove it from the public API and a follow-up change will add an automated migration to `TestBed.inject`. BREAKING CHANGE: * `TestBed.get` has been removed. Use `TestBed.inject` instead. PR Close #60414