angular-cn/docs
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
..
angular.io-package chore(doc-gen): put typescript stuff into its own package 2015-07-11 07:21:45 +01:00
app chore(doc-gen): paths now start with a slash 2015-05-19 14:38:10 +01:00
docs-package chore(doc-gen): update dgeni-packages to 0.10.18 2015-07-11 07:21:46 +01:00
links-package chore(doc-gen): relax link matching 2015-05-19 14:38:09 +01:00
public-docs-package chore(doc-gen): put typescript stuff into its own package 2015-07-11 07:21:45 +01:00
typescript-definition-package chore(doc-gen): convert heritage for private constructor classes 2015-07-12 18:53:31 +01:00
typescript-package chore(doc-gen): put typescript stuff into its own package 2015-07-11 07:21:45 +01:00
bower.json chore(docs): add code prettification 2014-12-06 11:26:09 +00:00