You're tasked with creating a set of UI components that can be reused in non-Angular projects, such as React or Vue.js applications. Which Angular feature would be most suitable for this task?

  • Angular Directives
  • Angular Elements
  • Angular Modules
  • Angular Services
To create UI components that can be reused in non-Angular projects, you can use Angular Elements, which allows you to package Angular components as custom elements that can be used in other frameworks like React or Vue.js.
Add your answer
Loading...

Leave a comment

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