1Where is the class member foo available for usage (not undefined) given the following code:
@ViewChild('foo', {static: false}) foo: ElementRef;
This test will assess your knowledge of Angular 8.
Topics: Version changes, best practices, asynchronous calls, rxjs, Routing, Forms, templating.
@ViewChild('foo', {static: false}) foo: ElementRef;