Direction: Choose the correct option
Q1.
What is the purpose of the `declarations` array in a module?
Direction: Choose the correct option
Q2.
What does the `imports` array do in an NgModule?
Direction: Choose the correct option
Q3.
What is the purpose of `providers` array?
Direction: Choose the correct option
Q4.
What does the `exports` array do?
Direction: Choose the correct option
Q5.
What is the root module typically called?
Direction: Choose the correct option
Q6.
What is a feature module?
Direction: Choose the correct option
Q7.
What is a shared module?
Direction: Choose the correct option
Q8.
What is a core module?
Direction: Choose the correct option
Q9.
Can a module be imported multiple times?
Direction: Choose the correct option
Q10.
What is the `forRoot()` pattern in modules?
