Ivan Frolov

Results 3 issues of Ivan Frolov

## What problem does this feature solve? Currently nzDisabledDate parameters calculates dates which should be disabled for both start and end range parts. There definitely should be an ability to...

When you specify column like this: ``` @Column({ default: 'TEST_DATA', transformer: new EncryptionTransformer({ key: '', algorithm: 'aes-128-cbc', ivLength: 16, }), }) encryptedColumn: string; ``` It inserts exact value that is...

My usecase is to provide the functionality of watching build version to give an ability to manually reload the page to load new build. I'm using `watch` mode for development...