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