Romanchuk / angular-i18next

angular v10+ integration with i18next v19.4+
MIT License
131 stars 33 forks source link

Property 'initialized' in type 'I18NextEvents' is not assignable to the same property in base type 'ITranslationEvents'. #103

Closed guptmay02 closed 1 year ago

guptmay02 commented 1 year ago

image image

vardana-bh commented 1 year ago

Same error getting for v14.2.0. Angular v14.

This issue can be resolved by removing strict from tsconfig.json:

image

Romanchuk commented 1 year ago

Hello! This was fixed in v15 #97

In 14.2.0 you can temporary enable "skipLibCheck": true

Romanchuk commented 1 year ago

@vardana-bh Yes, this also can help

Romanchuk commented 1 year ago

Done in #97