mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
12 lines
304 B
HTML
12 lines
304 B
HTML
|
|
<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>
|