Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ogm710811/dynamic-forms-angular

Generating Dynamic Forms in Angular
https://github.com/ogm710811/dynamic-forms-angular

angular-cli angular-components angular-directives angular2 typescript

Last synced: 15 days ago
JSON representation

Generating Dynamic Forms in Angular

Awesome Lists containing this project

README

        

# Generating Dynamic Forms in Angular >=2
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.2.7.

## Usage
1- How to dynamically create components to add html to a form inputin Angular >=2.

2- How to append HTML using innerHtml Directive to add html to a form input in Angular >=2.

3- How to build nested model driven forms in Angular >=2. Nested forms allow us to handle multiple models in a single form.

## References
https://netbasal.com/dynamically-creating-components-with-angular-a7346f4a982d
http://blog.sodhanalibrary.com/2016/10/append-or-prepend-html-to-div-using.html
https://scotch.io/tutorials/how-to-build-nested-model-driven-forms-in-angular-2