Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

API doc generation broken by angular commit f39c9c9 [style(lint): re-format modules/@angular] #1662

Closed
@naomiblack

Description

@naomiblack

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.

screen shot 2016-06-13 at 9 55 41 pm

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.

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions