toddmotto / ama

Ask me anything!
20 stars 3 forks source link

Need to get the translated value in app component using ngx-translate #80

Open gesberk opened 6 years ago

gesberk commented 6 years ago

<a-label [keyValue] = "'key' | translate" />

This is the line in app.component.html. The value is loading but it takes time to assign the translate value to keyValue that is why i can't get the value inside my ts file.

@Input() keyValue : string;

console.log(this.keyValue); -----> undefined

Lazy loading....

please give any solution.