mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-06 13:50:16 +01:00
docs(download): add download button with hubspot form (#5725)
This commit is contained in:
parent
1abd81dae3
commit
42815aa714
15 changed files with 301 additions and 25 deletions
|
|
@ -0,0 +1,8 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue