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
Give few examples for NgModules?
Home
Angular
Give few examples for NgModules?
0
votes
asked
Sep 22, 2023
in
Angular
by
DavidAnderson
Give few examples for NgModules?
angularjs-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 22, 2023
by
DavidAnderson
The Angular core libraries and third-party libraries are available as NgModules.
Angular libraries such as FormsModule, HttpClientModule, and RouterModule are NgModules.
Many third-party libraries such as Material Design, Ionic, and AngularFire2 are NgModules.
...