mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
feat: add product hunt banner (#2003)
This commit is contained in:
parent
f719641e6d
commit
0cf96be6d8
13 changed files with 205 additions and 126 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue