Skip to content

Operations by which the Angular Components interact with each other as in same component and in different components.

Notifications You must be signed in to change notification settings

dpakbhatt/Angular-Component-Interaction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular-Component-Interaction

This repository contains the codes by which how we can interact with the following:

  • Class and Template interaction in same Component.
  • Passing Data from Parent to Child Component.
  • Passing data from Child to Parent Component.
  • Use of services for interaction.

And in this repo I am using all the possible way to interact with each other like:

  • Binding.
  • Split Two way Binding.
  • Getters and setters.
  • @ViewChild decoraters.
  • @Input and @Output decoraters.
  • Using Template Reference Variables.

CODED in Visual Studio Code.

About

Operations by which the Angular Components interact with each other as in same component and in different components.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published