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

12 lines
352 B
HTML
Raw Normal View History

<nb-card>
<nb-card-header>
2020-10-08 19:24:22 +03:00
<span>Premium</span>
<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>