I would like to implement moment.js library inside an angular2 project i order to convert a UTC time to a certain time zone Europe/london and that
UTC
Europe/london
Use ngx-moment - it's an awesome moment.js wrapper designed for Angular 2+.
It can do pretty much anything you need out of the box, and in your case:
{{time.bookingTime.iso | amDateFormat:'MMMM Do YYYY, h:mm:ss a'}}