mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
59ad3997bc
In the API docs, concrete classes do not list the "implementation" overload on a method, since this is not strictly part of its API. There is already a special case for abstract methods that do not have such an implementation overload. But we were missing the case where the method was part of an interface. In interfaces none of the methods have implementation overloads. Fixes #43001 PR Close #43614