angular-inport icon indicating copy to clipboard operation
angular-inport copied to clipboard

Angular In View Port Detector

Results 25 angular-inport issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [ng-packagr](https://github.com/ng-packagr/ng-packagr) from 9.0.0-rc.4 to 10.1.1. Release notes Sourced from ng-packagr's releases. v10.0.0-rc.2 Bug Fixes issues with emitting declarationMap (38ad52b), closes #1464 10.0.0-rc.1 (2020-06-10) v10.0.0-rc.1 Bug Fixes disable CSS calc...

dependencies

This breaks with the Ivy Compiler: ``` ERROR in node_modules/angular-inport/dist/inview.module.d.ts:1:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class. This likely...

using this module is only possible if you disable angular ivy in tsconfig.app.json: "angularCompilerOptions": { "enableIvy": false } if you do this, you will get a warning: `WARNING in D:\projekte\www\tierwebseite\src\app\onlineantrag\onlineantrag.module.ngfactory.js...

**Is your feature request related to a problem? Please describe.** I'm evaluating various similar solutions. The README is fairly light on what the module does and the purpose of the...

Hello! Thank you for this great library! However, are you only using scrolling event to determine the point in time when "in view" state should be updated? It looks like...

bug
enhancement

* Resizing doesn't effect when in-view-item is inside the "in-view-container" * Not properly working when the "in-view-container" itself clipped or hidden.

bug

Scroll Element option need to support followings - DOM query selector - Element (Angular Template element) - View (ViewChild reference)

enhancement

RawElement.getBoundingClientRect() taking 17.5 ms which is huge from application point of view, needs to minimise it.

Performance

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `json5` from 1.0.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix:...

dependencies