Angular Tutorial: Sharing Data between Components in Angular

preview_player
Показать описание
Learn how to share the data between two components in Angular.
Sharing data between two components using @Input() and @Output() decorators.

In this video, I will implement component interaction between parent and child components in our application.

Angular Components Interaction mainly used for sharing the data between two components.

🔔 Subscribe for more angular videos

Share this video with a YouTuber friend:

Learn Component Interaction in angular

Learn Master in Ng-If structural directive

Learn how to perform String Interpolation/Template expression

Learn how to perform event binding in depth

Learn how to perform property binding in depth

✅ Recommended playlists:

Angular Tutorial Step by Step

Let's share our knowledge with all.
Рекомендации по теме
Комментарии
Автор

When I am giving "string" in @Output name change = new EventEmitter<string>(); I am facing compilation error...
Expected 0 type arguments, but got 1.
Please help how to solve it.

veeraganesh
Автор

how to compile the codes? I am facing "cannot GET" error.

aahananawab