AngularJS Interview Questions and Answers

Q1. Explain component life cycle in Angular? In Angular component life cycle in Angular goes through following stages. Create Render Create and render children Check for bound data changes and re-render Destroy Q2. List the types of Data Binding supported by Angular5? Angular 5 supports four types of Data Binding They are String Interpolation Property […]