A slide-in panel from the right that wraps the CreateAgentPanel. Includes a resizable edge handle and backdrop click-to-close.
Usage:
<mj-create-agent-slidein *ngIf="showPanel" [Config]="{ Title: 'Create Agent' }" (Created)="onAgentCreated($event)" (Closed)="showPanel = false"></mj-create-agent-slidein> Copy
<mj-create-agent-slidein *ngIf="showPanel" [Config]="{ Title: 'Create Agent' }" (Created)="onAgentCreated($event)" (Closed)="showPanel = false"></mj-create-agent-slidein>
A slide-in panel from the right that wraps the CreateAgentPanel. Includes a resizable edge handle and backdrop click-to-close.
Usage: