Search⌘ K

Exercise: Handle Multiple Elements with Directives

Explore how to manage multiple input elements dynamically using Angular directives. Learn to log input values on saving and implement functionality to add new input fields, enhancing your skills with real-world directive applications.

We'll cover the following...

It’s time to practice what we learned about ViewChildren. This task will be about gathering all input data from a user.

Objectives

...