Dynamic Forms & Validators:
How to create dynamic forms using FormArray or FormGroup.
How to apply custom validators.
Connecting Angular with Backend (GET/POST):
How to call APIs using HttpClient.
How to handle data binding from API to form and vice versa.
Data Binding:
Differences between one-way, two-way, and event binding.
Examples of [(ngModel)], {{ }}, and (click) usage.
Component Communication:
Passing data from parent to child using @Input.
Sending data from child to parent using @Output and EventEmitter.
Angular Signals:
How signals are used in Angular (v16+).
How to replace Observable with signal for reactivity.
Input/Output Signals:
Usage of input() and output() with signals.
Real-world example in component interaction.
Project Discussion:
Detailed explanation of my past project.
Questions on modules I handled, challenges faced, and how I used Angular features.
.NET Basics:
Basic understanding of .NET backend integration with Angular.
How frontend consumes .NET APIs.