Home »
MCQs »
Aurelia MCQs
When a component is connected to the DOM, which of the following function is invoked?
19. When a component is connected to the DOM, which of the following function is invoked?
- Attached
- Bind
- Unbind
- Connect
Answer: A) Attached
Explanation:
When a component is connected to the DOM, the attached function is invoked.