angular-cn/docs/typescript-definition-package
Peter Bacon Darwin 09bb114a4d 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 #2996
Closes #3002
2015-07-12 18:53:31 +01:00
..
processors chore(doc-gen): convert heritage for private constructor classes 2015-07-12 18:53:31 +01:00
templates chore(doc-gen): put typescript stuff into its own package 2015-07-11 07:21:45 +01:00
index.js chore(doc-gen): update dgeni-packages to 0.10.18 2015-07-11 07:21:46 +01:00