elvenbyte

Results 5 comments of elvenbyte

> Just disable ivy in tsconfig.app.json (and in tsconfig.server.json if you use Angular Universal) > `"angularCompilerOptions": { "enableIvy": false },` > Not all the main libraries already support Ivy, so...

> Or use fork that is compatible with Angular 9 > https://github.com/gilsdav/ngx-translate-router It didn't work either, even installing version 3, recommended for angular 8/9.

> Can someone fix it for a compatibility with INY and Angular 9? > > Here is a PR about that #174 > > Maybe it needed to fix the...

> @elvenbyte I have no known issues with Angular 9 (official release, not RC) and node 12. > You can check that my demo have Ivy enabled. > What type...