ngx-admin/docs/app/shared/components/download-form/download-form.component.html

12 lines
353 B
HTML
Raw Normal View History

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