Below are some results of some initial experimentation with Web Performance API 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 add a performance.mark('OnInit') to ngOnInit.