ngx-scroll-event
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "ngx-scroll-event", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "An Angular 2+ directive to handle scroll events on an element.", | ||
@@ -35,6 +35,6 @@ "scripts": { | ||
"peerDependencies": { | ||
"@angular/common": "^2.1.0", | ||
"@angular/compiler": "^2.1.0", | ||
"@angular/core": "^2.1.0", | ||
"@angular/platform-browser": "^2.1.0", | ||
"@angular/common": "^2.4.0", | ||
"@angular/compiler": "^2.4.5", | ||
"@angular/core": "^2.4.0", | ||
"@angular/platform-browser": "^2.4.5", | ||
"@angular/router": "^3.2.0", | ||
@@ -45,8 +45,8 @@ "rxjs": "^5.0.1", | ||
"devDependencies": { | ||
"@angular/common": "^2.1.0", | ||
"@angular/compiler": "^2.1.0", | ||
"@angular/compiler-cli": "^2.1.0", | ||
"@angular/core": "^2.1.0", | ||
"@angular/platform-browser": "^2.1.0", | ||
"@angular/platform-server": "^2.1.0", | ||
"@angular/common": "^2.4.0", | ||
"@angular/compiler": "^2.4.5", | ||
"@angular/compiler-cli": "^2.4.5", | ||
"@angular/core": "^2.4.0", | ||
"@angular/platform-browser": "^2.4.5", | ||
"@angular/platform-server": "^2.4.5", | ||
"@types/es6-shim": "^0.31.32", | ||
@@ -60,3 +60,3 @@ "@types/jasmine": "^2.5.40", | ||
"typescript": "^2.0.2", | ||
"zone.js": "^0.7.2" | ||
"zone.js": "0.7.2" | ||
}, | ||
@@ -63,0 +63,0 @@ "engines": { |
@@ -29,3 +29,3 @@ # ngx-scroll-event | ||
..., | ||
ScrollEventModule.forRoot(), | ||
ScrollEventModule, | ||
..., | ||
@@ -70,3 +70,3 @@ ] | ||
if (event.isWindowEvent) { | ||
console.log(`This event is hapening on Window not on an element.`); | ||
console.log(`This event is fired on Window not on an element.`); | ||
} | ||
@@ -76,2 +76,2 @@ | ||
} | ||
``` | ||
``` |
@@ -14,9 +14,3 @@ { | ||
"node_modules/@types" | ||
], | ||
"paths": { | ||
"@angular/*": [ | ||
"../node_modules/@angular/*" | ||
] | ||
}, | ||
"baseUrl": "." | ||
] | ||
}, | ||
@@ -23,0 +17,0 @@ "exclude": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75
44933
252