SPA components are connected to AEM components via the MapTo() method. Which code should be used to correctly connect an SPA component called ItemList to its AEM equivalent?
A.
(‘project/components/content/itemList’).MapTo(ItemList,ItemListEditConfig);
B.
MapTo(‘project/components/content/itemList’)(ItemList,ItemListEditConfig);
C.
ItemList.MapTo(‘project/components/content/itemList’);
D.
MapTo(ItemList)(‘project/components/content/itemList’,ItemListEditConfig);
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Saurabh0074321
Highly Voted 1 year, 7 months ago6b42900
Most Recent 7 months, 2 weeks ago