4 Commits

Author SHA1 Message Date
Peter Bacon Darwin
4ec4a99f16 test(aio): fix e2e API test due to ()
PR Close 
2017-11-29 16:53:04 -06:00
George Kalpakas
196ce6d475 build(aio): use correct types for e2e tests 2017-11-03 11:22:41 -07:00
Peter Bacon Darwin
9783c92935 build(aio): fix various API rendering issues
Upgrading to dgeni-packages 0.21.4 gives us
access to more properties on the API docs, which
allows us to fix the following issues:

Closes 
Closes 
Closes 
2017-10-03 08:15:02 -07:00
Pete Bacon Darwin
97e02c2fa0 build(aio): render class/interface "descendants" in API docs ()
For classes, the tree of subclasses is rendered, recursively.

For interfaces, the descendants are separated into child interfaces, which
extend the interface, and classes, which implement the interface.

Closes 
2017-09-25 11:59:44 -07:00