Angular
Angular Material From Scratch

Making the Select List Dynamic

PRO

In practice, our select lists are likely to have an arbitrary number of items in them. Rather than hardcode items in, let's make the list dynamic by repeating over an array of data.

 

I finished! On to the next chapter