Vadims

Results 28 comments of Vadims

It works for me but with this compiler errors: `Error: Error when flattening the source-map "/*/node_modules/@ngx-translate/core/lib/translate.loader.d.ts.map" for "/*/node_modules/@ngx-translate/core/lib/translate.loader.d.ts": RangeError: Maximum call stack size exceeded [ng] Error: Error when flattening the...

It's strange, but the package works for me with angular 9.1.2 with Ivy on. It throws warnings while ngcc compilation but still works. I installed package with angular 8@latest and...

Just use Lottie-web instead

Same problem. ` Ionic: Ionic CLI : 6.18.1 (/usr/local/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 6.0.1 @angular-devkit/build-angular : 13.1.2 @angular-devkit/schematics : 13.1.2 @angular/cli : 13.1.2 @ionic/angular-toolkit : 5.0.3 Cordova: Cordova CLI :...

> I support, the same problem. When can I wait for a fix? This greatly complicates the development! Workaround: [Only way I tried is downgrade to ionic 5... ](https://github.com/ionic-team/ionic-cli/issues/4795#issuecomment-1019311224)

> when downgrading @ionic/angular-toolkit to 4.0.0 it works with me > > ``` > npm install @ionic/[email protected] > ``` In the case you also must downgrade to angular 12

> same issue... please!!!!!!!!!!!!!! > > Ionic: > > Ionic CLI : 6.18.1 (C:\Users\user\AppData\Roaming\npm\nod e_modules@ionic\cli) Ionic Framework : @ionic/angular 6.0.2 @angular-devkit/build-angular : 13.0.4 @angular-devkit/schematics : 13.0.4 @angular/cli : 13.0.4 @ionic/angular-toolkit...

I confirm it works on angular 13 with ionic/angular-toolkit downgrade to 4 version. Run `npm i @ionic/[email protected]` Also you need to run `npm i @angular-devkit/architect` if you get node errors...