From bf8e793534a7eccc5d95181333ab23e8719af5e4 Mon Sep 17 00:00:00 2001 From: Acharya Anil Date: Mon, 25 Feb 2019 21:18:16 +0530 Subject: [PATCH] Update Description --- .../ng-directives/ngfor-directive/article.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/ng-ui-widgets-category/ng-directives/ngfor-directive/article.md b/app/ng-ui-widgets-category/ng-directives/ngfor-directive/article.md index 72d2739d..bf8f578a 100644 --- a/app/ng-ui-widgets-category/ng-directives/ngfor-directive/article.md +++ b/app/ng-ui-widgets-category/ng-directives/ngfor-directive/article.md @@ -1,7 +1,8 @@ -`*ngFor` structural directive usage in NativeScript + Angular-2 +`*ngFor` structural directive usage in NativeScript + Angular-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. HTML Typescript - \ No newline at end of file +