# @angular-kit/cdk/supported

This package provides a set of useful injection token to determine if certain browser features are supported.

## 🔋 Included

- `SUPPORTS_RESIZE_OBSERVER`: `boolean` - Indicates if the browser supports the `ResizeObserver` API
- `SUPPORTS_INTERSECTION_OBSERVER`: `boolean` - Indicates if the browser supports the `IntersectionObserver` API
- `SUPPORTS_MUTATION_OBSERVER`: `boolean` - Indicates if the browser supports the `MutationObserver` API

