@rx-angular/cdk
Version:
@rx-angular/cdk is a Component Development Kit for ergonomic and highly performant angular applications. It helps to to build Large scale applications, UI libs, state management, rendering systems and much more. Furthermore the unique way of mixing reacti
31 lines (19 loc) • 987 B
Markdown
# @rx-angular/cdk/zone-less/browse
[](https://www.npmjs.com/package/%40rx-angular%2Fcdk)

> A set of wrappers for Browser native functions to avoid unnecessary change detection and zone interference in Angular.
`@rx-angular/cdk/zone-less/browse` is designed to help developers improve performance by avoiding the use of zone.js patched API's.
Besides a well documented and typed API it provides a way to use patched API's in a way that is independent of `ngZone runOutsideZone` usage.
## Key features
- ✅ unpatched Browser API's
- ✅ no need for `runOutsideAngular`
## Demos:
- [⚡ GitHub](https://github.com/BioPhoton/rx-angular-cdk-zone-less)
## Install
```bash
npm install --save @rx-angular/cdk
# or
yarn add @rx-angular/cdk
```
## Documentation
- [Zone-Less](https://rx-angular.io/docs/cdk/zone-less)