fix(landing): change landing content

This commit is contained in:
Alex 2020-03-23 15:29:27 +03:00
parent d2cb5ced5c
commit 718f860927
15 changed files with 264 additions and 20 deletions

View file

@ -28,6 +28,9 @@ import { LicensePipe } from './backend-bundles-section/license.pipe';
import { BackgroundImagePipe } from './backend-bundles-section/background-image.pipe';
import { MaterialLandingComponent } from './material-landing/material-landing.component';
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';
// components
const PIPES = [LicensePipe, BackgroundImagePipe];
@ -37,6 +40,8 @@ const COMPONENTS = [
MaterialLandingComponent,
NgxLandingSectionsContainerComponent,
MainInfoSectionComponent,
DefaultAdminInfoComponent,
MaterialAdminInfoComponent,
DescriptionSectionComponent,
ReasonSectionComponent,
ThemeSectionComponent,
@ -45,6 +50,7 @@ const COMPONENTS = [
SocialSectionComponent,
ContactSectionComponent,
BackendBundlesSectionComponent,
MaterialFeaturesSectionComponent,
];
@NgModule({