I'm having a problem with the development of my application with Single-spa. On the same page, I need to use Parcel to import an Angular component with certain properties. The problem is that I must use another Parcel with the same component but different props. For example:
Hi guys,
I'm having a problem with the development of my application with Single-spa. On the same page, I need to use Parcel to import an Angular component with certain properties. The problem is that I must use another Parcel with the same component but different props. For example:
<Parcel config={AngularTree} mountParcel={mountRootParcel} handleError={err => console.error(err)} wrapWith="pre" items={angularItems} isFocusSelected selectionMode="checkbox" />
<Parcel config={AngularTree} mountParcel={mountRootParcel} handleError={err => console.error(err)} wrapWith="pre" items={angularItems} isFocusSelected selectionMode="checkbox" />