Here's an example, Maybe we need to alter our solution here: https://stackblitz.com/edit/reactive-subforms-demo-neypvy?file=src%2Fapp%2Fcomponents%2Fcustomer-form%2Fcustomer-form.component.ts
Here's an example, Maybe we need to alter our solution here: https://stackblitz.com/edit/reactive-subforms-demo-neypvy?file=src%2Fapp%2Fcomponents%2Fcustomer-form%2Fcustomer-form.component.ts
Distraction-free reading. No ads.
Organize your knowledge with lists and highlights.
Tell your story. Find your audience.
Read member-only stories
Support writers you read most
Earn money for your writing
Listen to audio narrations
Read offline with the Medium app
The reason you're getting the error is because your parent is no longer the FormGroupDirective. It's the FormGroupName.So, you should provide that instead in the child component (in this example: address.component.ts):```viewProviders: [{provide…
--