Valid AP-202 Dumps shared by EduDump.com for Helping Passing AP-202 Exam! EduDump.com now offer the newest AP-202 exam dumps, the EduDump.com AP-202 exam questions have been updated and answers have been corrected get the newest EduDump.com AP-202 dumps with Test Engine here:
Which element can be used to pass HTML from a parent component to a child component? 03m 19s
Correct Answer: D
:To pass HTML from a parent component to a child component, the child component needs to have a<slot></slot>element in its template. A slot is a placeholder for markup that a parent component passes into a component's body. Slots are part of the Web Component specification. The parent component can use the slot name or the default slot to specify which HTML content goes into which slot of the child component. The other options are not valid elements for passing HTML from parent to child.Reference: Slots Pass HTML Markup From Parent TO CHILD In Lightning Web Component How parent component pass HTML to child component in Angular?