ngxtension / ngxtension-platform

Utilities for Angular
https://ngxtension.netlify.app/
MIT License
531 stars 77 forks source link

fix(when-document-visible): export the `whenDocumentVisible` operator… #425

Closed FabienDehopre closed 1 week ago

FabienDehopre commented 3 weeks ago

… from the ngxtension/when-document-visible entry point

fixes #424

FabienDehopre commented 3 weeks ago

@nartc Any idea why the CI fails? I saw that it complains about missing lock file. However, the file pnpm-lock.yaml seems to be present.

FabienDehopre commented 3 weeks ago

@nartc I've found why the build keeps failing (at least for me)... the CI pipeline requested to install pnpm v8 when the lockfile version was for pnpm v9 (as requested by the packageManager field in package.json). I've update the ci.yml file to not request a specific version of pnpm. So it will install the one requested by packageManager in package.json

FabienDehopre commented 3 weeks ago

@all-contributors please add @FabienDehopre for code

allcontributors[bot] commented 3 weeks ago

@FabienDehopre

@FabienDehopre already contributed before to code

eneajaho commented 1 week ago

Thanks @FabienDehopre