I am using action sheet and transloco translate plugin in my ionic 5 angular app.
When I use transloco on text the APP is considering as string.
buttons: [{
text: "{{'channel.edit' | transloco}}",
icon: 'create-outline',
So what should be the correct way to pass the translated text?