mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
docs(download): add download button with hubspot form
This commit is contained in:
parent
b232c95a6e
commit
70c407dac4
15 changed files with 302 additions and 25 deletions
|
|
@ -17,6 +17,7 @@ import {
|
|||
NbCardModule,
|
||||
NbSidebarModule,
|
||||
NbTabsetModule,
|
||||
NbDialogModule,
|
||||
} from '@nebular/theme';
|
||||
|
||||
import { LandingSharedModule } from '../shared/landing-shared.module';
|
||||
|
|
@ -93,6 +94,7 @@ export class NgxLandingThemeModule {
|
|||
...NbThemeModule.forRoot({ name: 'ngx-landing' }).providers,
|
||||
...NbMenuModule.forRoot().providers,
|
||||
...NbSidebarModule.forRoot().providers,
|
||||
...NbDialogModule.forRoot().providers,
|
||||
|
||||
...ngxLandingServices,
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue