Showing posts with the label AngularShow all
Lifecycle hooks in Angular
Dependency Injection in Angular
Routing in Angular
Angular Directives
Pass input values into the directive using the @Input data binding
Pass data from the Parent to child component using Input Binding
Inject child component in the parent component using the ViewChild decorator
Call child component methods from Parent Component using Template Reference variable
Handle child component events in the parent component
Data Binding Techniques in Angular
Components in Angular
Handle user input using Reactive Forms in Angular
Create an Angular Project