Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotations not showing up in Documentation #3167

Closed
mhevery opened this issue Jul 20, 2015 · 2 comments
Closed

Annotations not showing up in Documentation #3167

mhevery opened this issue Jul 20, 2015 · 2 comments
Assignees
Labels
effort2: days feature Issue that requests a new feature
Milestone

Comments

@mhevery
Copy link
Contributor

mhevery commented Jul 20, 2015

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]
})
@mhevery mhevery added feature Issue that requests a new feature comp: docs effort2: days labels Jul 20, 2015
@mhevery mhevery added this to the alpha-33 milestone Jul 20, 2015
@petebacondarwin
Copy link
Member

You mean these annotations:

https://github.com/angular/angular/blob/master/modules/angular2/src/directives/ng_for.ts#L43-L44

I can look into this on Thursday.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
effort2: days feature Issue that requests a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants