feat: add product hunt banner (#2003)

This commit is contained in:
Vladislav Ahmetvaliev 2019-01-23 10:22:40 +03:00 committed by Sergey Andrievskiy
parent f719641e6d
commit 0cf96be6d8
13 changed files with 205 additions and 126 deletions

View file

@ -23,7 +23,7 @@ import { ContactSectionComponent } from './contact-section/contact-section.compo
import { OurProjectsSectionComponent } from './our-projects-section/our-projects-section.component';
import { LandingHomeRoutingModule } from './landing-home-routing.module';
import { NgxLandingSectionsContainerComponent } from './sections-container/ngx-landing-sections-container.component';
import { RibbonComponent } from './ribbon/ribbon.component';
import { BannerComponent } from './banner/banner.component';
// components
const COMPONENTS = [
@ -37,7 +37,7 @@ const COMPONENTS = [
OurProjectsSectionComponent,
SocialSectionComponent,
ContactSectionComponent,
RibbonComponent,
BannerComponent,
];
@NgModule({