Which LWC feature allows a component to receive data from a Lightning Data Service wire adapter without writing Apex?
-
A
@api with getRecord
-
B
@wire with getRecord from 'lightning/uiRecordApi'
-
C
@track with RecordForm
-
D
force:recordData in the template