Which tag is used for multi-slot content projection in Angular?
The tag used for multi-slot content projection in Angular is . It allows you to project content into named slots within a component's template, providing a way to customize the rendering of components from their parent components. is used for defining templates, while and are not standard Angular tags for this purpose.
Loading...
Related Quiz
- When generating a new component using Angular CLI, how can you ensure that it does not produce a separate CSS file but instead uses inline styles?
- If a service is provided in a lazy-loaded module's providers array, when will the service instance be created?
- What potential issue can arise when using Lazy Loading without properly planning the module structure?
- Which directive in Angular is used to loop over an array and render a list?
- How can you project content from a parent component into a child component's template?