You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-43
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ NG Dynamic Forms is a **rapid form development library** based on the official A
13
13
14
14
It **fully automates form UI creation** by introducing a set of maintainable **form control models** and **dynamic form control components**
15
15
16
-
**Out of the box support** is provided for all popular UI libraries including **[Material](https://material.angular.io/)**, **[ngx-bootstrap](https://valor-software.com/ngx-bootstrap/#/)**, **[NG Bootstrap](https://ng-bootstrap.github.io/#/home)**, **[Foundation](http://foundation.zurb.com/)**, **[Ionic](http://ionicframework.com/)**, **[Kendo](http://www.telerik.com/kendo-angular-ui)** and **[PrimeNG](http://www.primefaces.org/primeng/#/)**.
16
+
**Out of the box support** is provided for all popular UI libraries including **[Material](https://material.angular.io/)**, **[ngx-bootstrap](https://valor-software.com/ngx-bootstrap/#/)**, **[NG Bootstrap](https://ng-bootstrap.github.io/#/home)**, **[Foundation](http://foundation.zurb.com/)**, **[Ionic](http://ionicframework.com/)** and **[PrimeNG](http://www.primefaces.org/primeng/#/)**.
17
17
18
18
Explore the [**live sample**](http://ng2-dynamic-forms.udos86.de/sample/index.html) and the [**API documentation**](http://ng2-dynamic-forms.udos86.de/docs/index.html)!
19
19
@@ -161,7 +161,6 @@ NG Dynamic Forms is built to provide **solid yet unobtrusive** support for a var
**\*)** datetime controls can be achieved using a `DynamicInputModel` with `inputType: "date"` or `inputType: "time"`
229
228
@@ -708,31 +707,6 @@ can use local template variables to reference your models' properties**:
708
707
</form>
709
708
```
710
709
711
-
**Still not convinced?**
712
-
713
-
Some UI libraries, e.g. Kendo UI, allow detailed customizing of form controls via [**template directives**](http://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdownlist/#toc-templates).
714
-
715
-
And you surely don't want to miss out on such a feature, do you?
716
-
717
-
**That's why NG Dynamic Forms can even master this!**
718
-
719
-
All you have to do is to **add a**`as`**attribute to your template** and specifiy the use of it:
0 commit comments