Open
Description
The class NgIf
in angular2.common
also has a member named ngIf
. Notice that these names differ only because of capitalization.
Currently, in the generated angular2.common/NgIf-class.html
selecting the "details" links for the class and the member sends us to, respectively:
angular2.common/NgIf/NgIf.html
angular2.common/NgIf/ngIf.html
as expected, but the content of both of these pages is the same (they both describe the class member, not the class).
/cc @kwalrath