这是indexloc提供的服务,不要输入任何密码
Skip to content

jesubu/Angular2-ngFor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Angular2-ngFor

ngFor is a directive that iterates over collection of data. NgFor can be used with asterisk(*).

###NgFor Local Variables

  • index will be set to the current loop iteration for each template context.
  • first will be set to a boolean value indicating whether the item is the first one in the iteration.
  • last will be set to a boolean value indicating whether the item is the last one in the iteration.
  • even will be set to a boolean value indicating whether this item has an even index.
  • odd will be set to a boolean value indicating whether this item has an odd index.

About

ngFor is a directive that iterates over collection of data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published