docs(download): add download button with hubspot form (#5725)

This commit is contained in:
Denis Strigo 2020-07-10 13:34:49 +03:00 committed by GitHub
parent b232c95a6e
commit f5f29bc041
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 301 additions and 25 deletions

View file

@ -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,
],