Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 620 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 620 Bytes

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.