API doc generation broken by angular commit f39c9c9 [style(lint): re-format modules/@angular] #1662
Description
Hey @alexeagle and @ericjim and @petebacondarwin -- this lint change introduced jade errors in the API docs and is preventing us from deploying the site any later than angular/angular@f39c9c9.
The first error encountered is in @angular/core/src/metadata/directives.ts
which produces http://localhost:3000/docs/ts/latest/api/core/index/ComponentMetadata-class.html but it's possible this is just the first file we hit with the issue.
It looks like a bunch of div
tags that should be output to jade as .div
are being incorrectly formatted by the template.
What's odd is that other API doc pages, e.g. http://localhost:3000/docs/ts/latest/api/core/index/ComponentRef-class.html are not affected.
I need some help figuring out 1) which dgeni template to fix and 2) how to actually fix it.
Urgent, because we cannot publish RC2 API docs without a fix.