Angular Component Interaction - @ViewChild | Pass Data Between Component | CodeWithSrini

preview_player
Показать описание
With @ViewChild, we can access information from child component esp values from our child component.

A ViewChild has two params, a selector and an option termed as opts which is an object.

Selector can be a template ref or a component, so in this case it’s DrugComponent.

And in the option we have to set static as false.

In the newer release of Angular presumably Angular 9 the default static is set to false.
Рекомендации по теме