refactor(core): remove deprecated Testability#findBindings
(#18782)
BREAKING CHANGE: `Testability#findBindings` has been removed as it was deprecated since v4. Use `Testability#findProviders` instead. PR Close #18782
This commit is contained in:

committed by
Miško Hevery

parent
d61b9021e0
commit
f2a2a6b478
@ -109,12 +109,6 @@ export class Testability implements PublicTestability {
|
||||
|
||||
getPendingRequestCount(): number { return this._pendingCount; }
|
||||
|
||||
/** @deprecated use findProviders */
|
||||
findBindings(using: any, provider: string, exactMatch: boolean): any[] {
|
||||
// TODO(juliemr): implement.
|
||||
return [];
|
||||
}
|
||||
|
||||
findProviders(using: any, provider: string, exactMatch: boolean): any[] {
|
||||
// TODO(juliemr): implement.
|
||||
return [];
|
||||
|
Reference in New Issue
Block a user