EddyVerbruggen / nativescript-localize

Internationalization plugin for NativeScript using native capabilities of each platform
MIT License
79 stars 31 forks source link

Compatibility with Angular 9 Ivy #95

Open PhilippS93 opened 4 years ago

PhilippS93 commented 4 years ago

Hi, I upgraded my NativeScript project to Angular 9 using this guide.

When enabling ivy in tsconfig.json it gives me multiple errors like:

image

madmas commented 4 years ago

Seeing the same. @PhilippS93 what did you do about it?

PhilippS93 commented 3 years ago

@madmas we have disabled ivy in the meantime and are waiting for the native i18n support Angular 10 offers.

PhilippS93 commented 3 years ago

For Angular 10, this is not working because Ivy cannot be disabled..

doublechecker commented 3 years ago

Still no ivy support :( Very unfortunate

michaelprummer commented 3 years ago

Still no ivy support :( Very unfortunate

I think you are looking for "@nativescript/localize"

doublechecker commented 3 years ago

@michaelprummer Didn't realized this one. Thank you Sir!