Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
Merge dc9bc9d into 9811529
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Sep 14, 2020
2 parents 9811529 + dc9bc9d commit 2b2eac0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Now install the package:
npm i @ng-web-apis/resize-observer
```

Also, you need to install types:

```
npm install --save @types/resize-observer-browser
```

## Usage

1. Use `waResizeObserver` directive to observe an element:
Expand Down

0 comments on commit 2b2eac0

Please sign in to comment.