core
core copied to clipboard
Can't use extend in TranslateModule configurations.
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?
Hello @tharindukw96, extend option has been added in version 12