Open stefanofalasca opened 1 year ago
Anyone have same problem ?
Yes, same here with a newly generated project. I see "{{welcomeMessage}}" in my taskpane instead of "Welcome"
still no solution to this problem?
I'm also waiting for the proper solution but there is a workaround. You can use basic property binding instead of using template text.
For example instead of using
<div>{{ message }}</div>
you can use
<div [innerText]="message"></div>
Expected behavior
Binding data with angular project
Current behavior
Data are not binded from html template, when I run plugin from outlook. If run plugin from localhost: https://localhost:3000/taskpane.html data are binded good.
problem is the same of this https://stackoverflow.com/questions/72761205/angular-outlook-add-in-binding-issue-in-taskpane
my template is this: