What are the steps to use declaration elements?
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.
June 13, 2022
138
Read more
What is Angular Framework?
November 04, 2022
AngularWhat is a Angular module?
November 03, 2022
AngularWhat are the steps to use animation module?
October 31, 2022
Angular