Manjunath Reddy
Manjunath Reddy
Hi, Any plan to add it horizontal scroll soon?
@aleixsuau and @dinony , I have implemented a directive [here](https://plnkr.co/edit/K0SSAxlLOfukNVAIcd3t?p=preview) that handle unlimted records both horizontal and vertical (default). But variable height is not possible to support in this logic.
> Also, what was the reason for using `tsup` over the existing `gulp` process we have? TSC can't generate the `.mjs` and the gulp compiles the TS using `gulp-typescript` which...
@jmcdo29 how do I build all the module's under the @nestjs scope?
This PR is all good, I tested against my codebase (12+ apps) and everything seems to be working without any issue and not even typing issues I found.
@JumpLink summarizes the benefits and one addition to it is the security which is the main concern in the crypto world as many node_modules are easy to introduce threats into...
@jmcdo29 Why ESM is highlighted in the comments and i'm not understand what else is that you what to know. @kamilmysliwiec @jmcdo29 The request is not change everything to ESM...
Release it under beta/experimental, and as adoption or usage increase, the issues or burden to maintaining start coming in to evaluate whether it's worth the effort.
> Can you point us at **crucial packages** (consisting of more than 1 file) that are currently only shipping mjs now? @rat-matheson https://www.npmjs.com/package/node-fetch
This will solve the navigation problem but it will not fix if there is `ngIf` that triggers another action like opening a dialog. example: Parent template: ``` ``` the child...