Below are some results of some initial experimentation with Web Performance API
[https://developer.mozilla.org/en-US/docs/Web/API/Performance] and Angular.
I started out by adding a performance.mark('constructor') to a component
constructor. To perform a measure you need at least two marks, so next