How can we change the placeholder of treeview, using an appropriate method
providers: [
{
provide: TreeviewI18n, useValue: Object.assign(new TreeviewI18nDefault(),{
getFilterPlaceholder(): string {
return ' search Library ...';
}
})
}
]
With the above method, I am achieving the same but seems it's breaking up in production time, I mean if there is any better way to change the placeholder text