Open 0x80085 opened 1 year ago
I'm having the same issue
Have the same issue with Outlook webaddin which was working ok some time ago (was built ~end of 2021 ). (With some minify: false flags as @0x80085 mentioned)
Tried to make separate angular app and make it to work with Officejs inside of outlook - interpolation worked. So my assumption that its something with custom webpack build flow and/or packages versions. But latest ng tool does not have ng-eject anymore so make it harder to compare.
same issue
Prerequisites
Please answer the following questions before submitting an issue.
Expected behavior
Angular's template string interpolation
{{ this_syntax }}
in the task pane html template works and shows the text specified - "Welcome" (from the propertywelcomeMessage = "Welcome";
) - in app.component.tsCurrent behavior
Angular's template string interpolation in the task pane does not display the text and does not replace the
{{ string }}
syntax[innerText] oddly works tho.
Also tried other angular syntax like *ngIf="false" and that works
Some issue mentioned setting minify to false for webpack's HtmlCopyPlugin for taskâne.html and/or app.compoent.html but that had no effect.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Failure Logs