Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the types of feature modules?
Home
Angular
What are the types of feature modules?
0
votes
asked
Sep 22, 2023
in
Angular
by
AdilsonLima
What are the types of feature modules?
angularjs-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 22, 2023
by
AdilsonLima
Below are the five categories of feature modules,
Domain:
Deliver a user experience dedicated to a particular application domain(For example, place an order, registration etc)
Routed:
These are domain feature modules whose top components are the targets of router navigation routes.
Routing:
It provides routing configuration for another module.
Service:
It provides utility services such as data access and messaging(For example, HttpClientModule)
Widget:
It makes components, directives, and pipes available to external modules(For example, third-party libraries such as Material UI)
...