mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-25 10:46:09 +01:00
docs(download): add download button with hubspot form (#5725)
This commit is contained in:
parent
b232c95a6e
commit
f5f29bc041
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