ngx-admin/docs/app/shared/components/download-form/download-form.component.html
2020-10-08 19:24:22 +03:00

11 lines
353 B
HTML

<nb-card>
<nb-card-header>
<span>Download</span>
<button nbButton status="basic" appearance="ghost" class="close-icon" (click)="closeDialog()">
<i [innerHTML]="'close' | eva: { width: 26, height: 26, fill: '#222b45' }"></i>
</button>
</nb-card-header>
<nb-card-body>
<div id="hubspotForm"></div>
</nb-card-body>
</nb-card>