Quiz on Event List

Test yourself on the concepts we covered in the events list.

We'll cover the following...

Quiz time!

1.

In our test verifying whether the events table created a link to view an event, we referenced the href attribute of the <a> element. What was this href attribute set as in our Angular template?

A.

Through fixture.debugElement.query

B.

Through routerLink

C.

Through ngOnInit

D.

Through .getAttribute()


1 / 3