Decoding Angular Material Library Series - Platform CDK
This article explains the core pieces of Platform Service source code from Angular Material Library. You can go through 'getting started blog' for a better understanding of the setup.
Platform is a CDK service which identifies the browser or device the application is rendered in, based on the user agent. This is extremely helpful to capture the click or touch events for a specific browser or device. There are many other cases where this service will be useful.
Here is a PDF if the image is a blur.
Below are the other blogs in the series.