Angular from Scratch | Angular Tutorial (Part-1)
• Angular Tutorial for Beginners: Learn...
Learn Angular from Scratch | Angular Tutorial (Part-2)
• Angular Tutorial for Beginners: Learn...
Angular with Bootstrap | Use Bootstrap in Angular | Angular Tutorial (Part -3)
• Angular with Bootstrap | Use Bootstra...
How to Import and Use jQuery in Angular (Part-4)
• How to Import and Use jQuery in Angul...
Routing and Navigation in Angular | Angular Routes | RouterLink | RouterOutlet (Part-5)
• Routing and Navigation in Angular | A...
Angular Directives Tutorial | Types of Directives in Angular (Part - 6)
• Angular Directives Tutorial | Types o...
Angular Custom Directive (Part - 7)
• Angular Custom Directive | Angular Tu...
Angular route params| What is route Parameter | how to Implement this in Angular | (Part - 9)
• Angular Routing | Route Params | What...
Most Common issues/ errors in angular
• Most Common issues/ errors in angular
Bootstrap controls are not working in Angular | Stuck | jQuery version issue
• Bootstrap controls are not working in...
Using,
@Input() & @Output() & EventEmitter()
What is the use @Input & @Output Decorator in angular.
How to transfer data from one to another component.
Parent and Child communication.
Both are used to transform the data from one component to another component. Or, you can say pass the different types of data from parent to child component and child to parent component. Or, in a simple way transform/exchange data between two-component.
Visit angular official site for more details: https://angular.io/guide/component-in...
And feel free to ask any doubts related to angular, we will try to answer your queries shortly.