mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-04-02 18:37:20 +02:00
8 lines
239 B
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>
|