Azamat
Azamat
## Current behavior Translations returned as functions when I try to load them async. this.translate.get('shared').subscribe(translations => { console.log(translations.key) // Function(d) { return 'Value' } }); So I need to execute...
Hi. Nice performant plugin. The only thing is missing for me – the ability to toggle visibility in responsive mode on large screens. Would be cool to have behaviour much...
Translations returned as functions when I try to load them async. So I need to execute the key to access the value. ``` this.translate.get('shared').subscribe(translations => { console.log(translations.key) // Function {...