Angular Components In Depth 15 - Using ViewChildren

Опубликовано: 30 Сентябрь 2024
на канале: Java Brains
10,185
125

Access the full course here: https://javabrains.io/courses/angular...

Learn how to access the child components if there are multiple of them - such as in case of an ngFor usage. You do this by using the annotation @ViewChildren.

This course is a deep dive into components in Angular. Learn about the various features of Angular components and powerful ways of customizing your component's behaviors - Event handling, view children, change detection, content projection and more!