Share With Team

Sharing a model gives co-authorship to that person. They will be able to edit, share and publish, just as a model owner can.

This Model shared with below team members| ({{ sharedWith?.length }} members)
@for (sharedUser of sharedWith; track sharedUser) {
}
Sharing "{{ solution?.name }}" | Version - {{ selectedRevision.version }} |
Find a user to share with @for (user of users; track user) { {{ user.firstName }} {{ user.lastName }} } @for (user of filteredUsers | async; track user) { {{ user.firstName }} {{ user.lastName }} }