Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(doc-gen): convert heritage for private constructor classes
When we are creating a type definition file for a class has a private constructor, we convert it to a combination of an instance of a concrete type with no constructor and an interface that contains the other methods. When this happens, we must also convert the class's heritage from `implements` to `extends` since interfaces cannot implement other interfaces or classes. Fixes a problem with angular#2996 Closes angular#3002
- Loading branch information