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 steps to use declaration elements?
Home
Angular
What are the steps to use declaration elements?
0
votes
asked
Sep 22, 2023
in
Angular
by
AdilsonLima
What are the steps to use declaration elements?
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 steps to be followed to use declaration elements.
Create the element(component, directive and pipes) and export it from the file where you wrote it
Import it into the appropriate module.
Declare it in the @NgModule declarations array.
...