Using the mgt-person component in Angular with the parameter "user-id" not working with variables.
<ng-container *ngFor="let user of users">
<mgt-person user-id="[[user]]" view="threeLines">
</mgt-person>
</ng-container>
TemplateHelper.setBindingSyntax('[[', ']]');
have you any idea?
thanks