An Angular application has below contents:

LoginComponent, RegisterComponent, ProductComponent, AppComponent, UserService, AppService, ProductService, UserModule, ProductModule, AppModule

Which of the below is the best way to organize and launch the application’s contents keeping modularity in mind?

UserModule to contain LoginComponent, RegisterComponent, UserService

ProductModule to contain ProductComponent, ProductService

AppModule to contain AppComponent, AppService

AppModule to contain LoginComponent, RegisterComponent, ProductComponent, AppComponent, UserService, AppService, ProductService

UserModule to contain LoginComponent, RegisterComponent, UserService

ProductModule to contain ProductComponent, ProductService

AppModule to contain AppComponent, AppService, UserModule, ProductModule

UserModule to contain LoginComponent, RegisterComponent

ProductModule to contain ProductComponent

AppModule to contain AppComponent, AppService, UserService, ProductService, UserModule, ProductModule

Verified Answer
Correct Option - c

To get all Infosys Certified Angular Web Developer Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram