Tomas Rimkus

Results 312 comments of Tomas Rimkus

I have created a new Angular 14 (v14.0.3) project and it works as expected. You have to install dependencies using [yarn v1](https://classic.yarnpkg.com/lang/en/): `yarn install` [ng14-test.zip](https://github.com/hakimio/ngx-ui-tour/files/8974532/ng14-test.zip)

Let's keep this issue open until the library has official Angular v14 support.

Angular 14 is now supported in [v9 release](https://github.com/hakimio/ngx-ui-tour/releases/tag/v9.0.0).

@LCHarold @lazarv So, is this project dead?

My fork has meta-data support: https://github.com/hakimio/PDFMerger

@iamkun the issue discussed here is the same I have reported at the end of November: https://github.com/iamkun/dayjs/issues/1242 I imagine it's an issue with TypeScript definitions in the ESM bundle. Maybe...

Then I get the following error: ``` TS1259: Module '"dayjs/esm/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag index.d.ts(3, 1): This module is declared with using 'export =', and can...

That's unfortunate. This bug makes ES bundle unusable. Maybe instead of having both commonJS and ES bundles in the same npm package, you could split them. Let's say `dayjs` and...