Skip to content

Commit 9fc0287

Browse files
authored
Merge pull request #359 from acharyaks90/patch-1
Update Description ngFor #438
2 parents 354d438 + bf8e793 commit 9fc0287

File tree

1 file changed

+3
-2
lines changed
  • app/ng-ui-widgets-category/ng-directives/ngfor-directive

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
`*ngFor` structural directive usage in NativeScript + Angular-2
1+
`*ngFor` structural directive usage in NativeScript + Angular-2+
2+
A structural directive that renders a template for each item in a array or collection. The directive is placed on an element, which result in repeating the section or template.
23

34
HTML
45
<snippet id='ngfor-bind-items-html'/>
56

67
Typescript
7-
<snippet id='ngfor-bind-items-code'/>
8+
<snippet id='ngfor-bind-items-code'/>

0 commit comments

Comments
 (0)