fix(landing): add contact section and fix landing image

This commit is contained in:
Alex 2020-03-24 16:06:05 +03:00 committed by Sergey Andrievskiy
parent 64b38da5ae
commit 00f0e4a2ba
24 changed files with 351 additions and 19 deletions

View file

@ -31,6 +31,8 @@ import { LandingSharedModule } from '../../shared/landing-shared.module';
import {MaterialFeaturesSectionComponent} from './material-features/material-features.component';
import {DefaultAdminInfoComponent} from './main-info-section/default-admin-main-info/default-info.component';
import {MaterialAdminInfoComponent} from './main-info-section/material-admin-main-info/material-info.component';
import {ContactFormComponent} from './contact-form/contact.component';
import {NbButtonModule} from '@nebular/theme';
// components
const PIPES = [LicensePipe, BackgroundImagePipe];
@ -51,6 +53,7 @@ const COMPONENTS = [
ContactSectionComponent,
BackendBundlesSectionComponent,
MaterialFeaturesSectionComponent,
ContactFormComponent,
];
@NgModule({
@ -63,6 +66,7 @@ const COMPONENTS = [
SwiperModule,
LandingHomeRoutingModule,
LandingSharedModule,
NbButtonModule,
],
providers: [
...PIPES,