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

8 lines
239 B
HTML

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