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

12 lines
304 B
HTML
Raw Normal View History

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