Skip to content

Commit

Permalink
Readme (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdolek authored Mar 13, 2018
1 parent 83667a4 commit d186cf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Angular Resize Event

Angular 5 directive for detecting changes of an element size.
Angular 5 directive for detecting changes of an element size. It is as simple as:

```xml
<div (resized)="onResized($event)"></div>
```

It internally uses `ResizeSensor` from [CSS Element Queries](https://github.com/marcj/css-element-queries).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-resize-event",
"version": "0.4.1",
"version": "0.4.2",
"scripts": {
"build": "gulp build",
"build:watch": "gulp",
Expand Down

0 comments on commit d186cf0

Please sign in to comment.