Angular MCQs with Answers

How does Angular 4 improved error handling, when an error is caused by something in a template?
A)
By enabling TypeScript's StrictNullChecks
B)
By creating flattened versions of Angular modules
C)
By generating source maps in terms of original template
D)
None of the above

Correct Answer :   By creating flattened versions of Angular modules