FuseMediaWatcherService is a singleton service to watch media changes. It automatically registers the breakpoints from TailwindCSS configuration, so you can use the service without needing to configure it first.
To watch changes on registered breakpoints, you can use the onMediaChange$ getter:
You can also listen for custom media queries using onMediaQueryChange$(query: string)
method: