Home »
MCQs »
Aurelia MCQs
Component dependencies are handled using ____ in Aurelia
9. Component dependencies are handled using ____ in Aurelia.
- Module
- Dependency Router
- Dependency Injection
- Attributes
Answer: C) Dependency Injection
Explanation:
Component dependencies are handled using dependency injection in Aurelia.