What type of data binding is used when you want to send data from a component's class to its template?
- Event binding
- Interpolation binding
- One-way data binding
- Two-way data binding
In Angular, Two-way data binding is used when you want to send data from a component's class to its template, allowing data to flow in both directions between the component and the template.
Loading...
Related Quiz
- Which testing framework is commonly used for writing unit tests in Angular applications?
- What is the purpose of the --prod flag when building an Angular application using the Angular CLI?
- How can you run a subset of your E2E tests using Protractor?
- The queryParamsHandling property of the _______ object allows you to specify how Angular should merge query parameters with the current query parameters.
- Which property of the NavigationExtras object allows you to preserve query parameters across multiple navigation operations?