Piotr Stępniewski
Piotr Stępniewski
Hi, I like idea what your library is doing. But it could be much nicer when there be some tool like [leonardojs](https://github.com/outbrain/Leonardo) on top of polly.js. Especially when you want...
**Is your feature request related to a problem?** Sort also export not just imports. **Describe the solution you'd like** When I have code like that: ```typescript export { c, a,...
Right now jest setup isn't working properly. This needs to be fixed.
Experiment to build dedicated version of library for all major versions of Angular starting from v7..
Files generated by TypeScript compiler v4 cannot be consumed by older versions of TypeScript. To support older versions of angular we need to downlevel .d.ts files. Ideally support for TS...
Current auto generated documentation have no much value. To improve that tsdoc comments needs to be added.
**Description** Currently evalStringExpression uses Function constructor to change expression to function. **Minimal Reproduction** https://stackblitz.com/edit/ngx-formly-ui-bootstrap-f34u6m **Your Environment** - Angular version: 10.1.0 - Formly version: 5.10.3 **Additional context** Some form of sandbox...
Currently `data` property in `StateOption` can be only (primitive | Object | Function). But I have url that is responsible for returning many variants of data based on request payload...
### Current Behavior In my project `Library A` is depending on local `Library B`. I have `peerDependencies` like shown below and getting linting errors. Btw. I don't want to use...
**Is your feature request related to a problem? Please describe.** Formly is taking a big chunk of my application bundle. **Describe the solution you'd like** Mayby with newest features that...