Ivaylo Cherkezov

Results 5 issues of Ivaylo Cherkezov

I have updated to Angular 11 and now I am seeing this warning > [...].module.ts depends on 'ng2-validation'. CommonJS or AMD dependetimization bailouts. Do you plan to migrate to ECMAScript...

I have set up a cron job for a specific date and time, but when I call `job.stop()` on it, it is still executed.

I am getting this error when I run `ngrx-vis -p ./apps/client/tsconfig.app.json` ```CMD C:\Projects\bnpl-front-end\node_modules\@ts-morph\common\node_modules\typescript\lib\typescript.js:112935 ts.Debug.assert(!!(moduleSymbol.flags & 1536 /* Module */)); ^ TypeError: Cannot read properties of undefined (reading 'flags') at addIndirectUsers...

In Chrome when I open a PDF and then click on the download button in the header of the viwer the file name in the save window is `f.txt` ,...

When using both `ngx-datatable-row-detail` and `ngx-datatable-group-header` together, groups load as collapsed by default. Even when setting `groupExpansionDefault="true"` to expand the groups, individual row details can no longer be expanded. Are...