Requirement: Read the AutoConfig element in a manifest file using office.js/angular app and will hide/show the content in my angular app in task pane based on the AutoConfig value.
The 1st approach I will put a custom tag i.e <AutoConfig>true</AutoConfig>
in the manifest file and this custom tag should read by the angular app/office.js in the task pane.
The 2nd approach will pass the URL parameter from the<SourceLocation https://localhost:3000/index.html?autoConfig=true>
if it is not possible to give a custom tag in the manifest file (1st approach)
could you please help me how can I achieve this requirement?