Tomasz Ścisło

Results 39 comments of Tomasz Ścisło

Last comment here, was helpful to me: https://stackoverflow.com/questions/59937480/trying-to-use-ts-nameof-in-angular-project-via-ts-patch I was able to run ts-nameof with Angular 12, however not in build time, only for serve. When I build my poroject...

Finally I endedup using https://www.npmjs.com/package/ts-simple-nameof which works fine with Angular 12

You could use generic types for this. With current version of AmCharts in our TS code we need to use @ts-ignore a lot

If anybody is still wondering... apparently this lib is not longer needed with Chrome manifest v3, because all Chrome APIs are already promisified. So basically there is no need for...

@Quantumplation can you recommend any alternative that this compatible with latest Chrome?

If anybody is still wondering... apparently this lib is not longer needed with Chrome manifest v3, because all Chrome APIs are already promisified. So basically there is no need for...

@ignaciolarranaga that works well! Thanks! However there are problems when you use transition effects between pages. @EddyVerbruggen can you look at this issue?