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

php - Autoloader issue not returning Class -

python - Getting next two indexes regardless of current index -

ruby - Prevent Custom Validation Error on Association -