@ng-web-apis/intersection-observer
Advanced tools
Comparing version 4.10.0 to 4.10.1
@@ -13,3 +13,3 @@ import type { OnDestroy } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<WaIntersectionObserverDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<WaIntersectionObserverDirective, "[waIntersectionObserver]", ["IntersectionObserver"], { "waIntersectionRootMargin": { "alias": "margin"; "required": false; }; "waIntersectionThreshold": { "alias": "threshold"; "required": false; }; }, {}, never, never, true, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<WaIntersectionObserverDirective, "[waIntersectionObserver]", ["IntersectionObserver"], { "margin": { "alias": "waIntersectionRootMargin"; "required": false; }; "threshold": { "alias": "waIntersectionThreshold"; "required": false; }; }, {}, never, never, true, never>; | ||
} | ||
@@ -16,0 +16,0 @@ /** |
{ | ||
"name": "@ng-web-apis/intersection-observer", | ||
"version": "4.10.0", | ||
"version": "4.10.1", | ||
"description": "A library for declarative use of Intersection Observer API with Angular", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"@angular/core": ">=16.0.0", | ||
"@ng-web-apis/common": ">=4.10.0" | ||
"@ng-web-apis/common": ">=4.10.1" | ||
}, | ||
@@ -27,0 +27,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
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
101114