Pass data to a Child property
Parent-to-Child communication To enable Parent-to-Child communication, the child component must have a public property …
May 16, 2024Parent-to-Child communication To enable Parent-to-Child communication, the child component must have a public property …
May 16, 2024childLwc.html <template> <lightning-input onchange={handleChnage} type="number" name=&q…
May 16, 2024parentCmp.html <template> Hey!! this is my name from the parent component : <c-child name = {myname} >&…
May 16, 2024What is DML operation in Salesforce? DML stands for Data Manipulation Language through which we can make database cha…
December 25, 20231) What is XML? XML stands for eXtensible Markup Language . It is a simple and flexible markup language. It is known …
December 25, 2023