Posted on 28th April 2025|41 views
What are the different components of an Angular/Node and how are they related?
Posted on 28th April 2025| views
Components are logical sets of code for Angular application. They are consist of -
Template - It contains HTML used to render the view of the application
Class - It contains properties methods
Metadata - It has extra data defined for Angular class