A few MCQ's on LWC
Here are a few MCQ's on LWC that might be helpful.
Here are a few MCQ's on LWC that you might find helpful!
What’s the annotation used to invoke an Apex method imperatively from LWC?
- @future
- @isTest
- @AuraEnabled
- @cacheable
What’s the annotation used to wire an Apex method to a property or function inLWC?
- @future
- @AuraEnabled(cacheable=true)
- @AuraEnabled
Can we have a css file in the LWC resource bundle?
- Yes
- No
Can I import styles from another component into my component using import statement?
- Yes
- No.
What are the maximum no of components that we can include in an LWC
- 9
- 25
- 100
- No limit