ngx-admin/docs/app/shared/components/premium-form/premium-form.component.html
Sergey Filinsky b72fb30dd1 feat(docs): added get premium modal in landing
fix(docs): fixed styles for get download modal
2020-10-07 17:38:19 +03:00

11 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>