Added rxjs in packege.json; Added activateOnInputEvents proprierty for listen the events in input element and resize when it occurs
This commit is contained in:
parent
9dc59fd560
commit
c76d6dbb1a
2 changed files with 14 additions and 4 deletions
|
|
@ -28,7 +28,8 @@
|
|||
},
|
||||
"homepage": "https://github.com/lokenxo/ng2-fittext#readme",
|
||||
"dependencies": {
|
||||
"@angular/core": "^4.0.1"
|
||||
"@angular/core": "^4.0.1",
|
||||
"rxjs": "^5.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "~2.2.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue