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.