angular - Insert form-component dynamically -


dynamicform

i want insert dynamically form module/component containing html , formgroup definition. header/footer/buttons (white) same. possible start form-parent (white).

<parent-form dynform="dynamicform"></parent-form> 

the parent/dynamic should able communicate each other, parent in control.

if understand correctlythe point, looking angular2 router providing. check routing in official documentation (e.g. https://angular.io/docs/ts/latest/guide/router.html or https://angular.io/docs/ts/latest/tutorial/toh-pt5.html).

i hope helps


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -