X Tutup
Skip to content

Annotations not showing up in Documentation #3167

@mhevery

Description

@mhevery

See docs for ng-for https://angular.io/docs/js/latest/api/directives/NgFor-class.html. Notice that the annotation from https://angular.io/docs/js/latest/api/directives/NgFor-class.html are not showing up.

There should be a separate section (above Members) called Annotations which should show:

@Directive({
  selector: '[ng-for][ng-for-of]', 
  properties: ['ngForOf'], 
  lifecycle: [LifecycleEvent.onCheck]
})

Metadata

Metadata

Labels

effort2: daysfeatureLabel used to distinguish feature request from other issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup