Home »
MCQs »
EmberJS MCQs
How many methods does the component life cycle contains?
39. How many methods does the component life cycle contains?
- 3
- 4
- 5
- 6
Answer: A) 3
Explanation:
The component life cycle contains three methods in EmberJS:
- On Initial Render
- On Re-Render
- On Component Destroy