Which feature in Angular allows you to create custom HTML elements that can be used outside Angular applications?
- Angular Components
- Angular Elements
- Angular Modules
- Angular Services
The feature in Angular that allows you to create custom HTML elements usable outside Angular applications is Angular Elements.
Loading...
Related Quiz
- What is the purpose of the ngOnInit lifecycle hook in an Angular component?
- In RxJS, which operator can be used to catch and handle errors in an Observable stream?
- When defining routes, the _____ property specifies which component should be displayed when a particular path is navigated to.
- You are tasked with optimizing an Angular application's load time. One strategy is to minimize the number of services that are eagerly loaded. Which technique can help achieve this?
- In Angular, the _____ pipe is used to automatically subscribe and unsubscribe from an Observable.