Which of the following is the primary building block of an Angular application?

  • Component
  • Directive
  • Module
  • Service
In Angular, a component controls a patch of the screen called a view. Components are the main way to build and specify elements and logic on the page, making them the primary building block of an Angular application.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *