core icon indicating copy to clipboard operation
core copied to clipboard

Can't use extend in TranslateModule configurations.

Open tharindukw96 opened this issue 4 years ago • 1 comments

Hi,

I'm using ngx-translate/core 10.0.2 version in my project. In the documentation, it is explained that "extend" property can use to merge translation from root component with child component. I try to add extend like this,

TranslateModule.forChild({ extend : true })

But I got an error that said "extend is not a valid TranslateModule configuration" . Any one know what's the issue in here?

tharindukw96 avatar Jun 23 '21 12:06 tharindukw96

Hello @tharindukw96, extend option has been added in version 12

dsnoeck avatar Sep 16 '21 15:09 dsnoeck