diff --git a/docs/app/@theme/components/header/header.component.html b/docs/app/@theme/components/header/header.component.html
index 6557ef8e..9cba97ba 100644
--- a/docs/app/@theme/components/header/header.component.html
+++ b/docs/app/@theme/components/header/header.component.html
@@ -9,6 +9,7 @@
+
Backend Bundles
diff --git a/docs/app/@theme/theme.module.ts b/docs/app/@theme/theme.module.ts
index 8b5fd567..f001da32 100644
--- a/docs/app/@theme/theme.module.ts
+++ b/docs/app/@theme/theme.module.ts
@@ -9,6 +9,17 @@ import { ModuleWithProviders, NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { LazyLoadImageModule } from 'ng-lazyload-image';
+import {
+ NbLayoutModule,
+ NbThemeModule,
+ NbMenuModule,
+ NbCheckboxModule,
+ NbCardModule,
+ NbSidebarModule,
+ NbTabsetModule,
+} from '@nebular/theme';
+
+import { LandingSharedModule } from '../shared/landing-shared.module';
// components
import {
@@ -26,21 +37,6 @@ import {
import { ngxLandingServices } from './services';
// services
-// pipes
-import { EvaIconsPipe } from './pipes/eva-icons.pipe';
-import { CapitalizePipe } from './pipes/capitalize.pipe';
-// pipes
-
-import {
- NbLayoutModule,
- NbThemeModule,
- NbMenuModule,
- NbCheckboxModule,
- NbCardModule,
- NbSidebarModule,
- NbTabsetModule,
-} from '@nebular/theme';
-
const BASE_MODULES = [
CommonModule,
FormsModule,
@@ -67,14 +63,10 @@ const COMPONENTS = [
NgxDocsFooterComponent,
];
-const PIPES = [
- EvaIconsPipe,
- CapitalizePipe,
-];
-
@NgModule({
imports: [
RouterModule,
+ LandingSharedModule,
...BASE_MODULES,
@@ -82,8 +74,6 @@ const PIPES = [
],
declarations: [
...COMPONENTS,
-
- ...PIPES,
],
exports: [
RouterModule,
@@ -93,10 +83,6 @@ const PIPES = [
...NB_MODULES,
...COMPONENTS,
-
- ...PIPES,
- ],
- entryComponents: [
],
})
export class NgxLandingThemeModule {
diff --git a/docs/app/app.module.ts b/docs/app/app.module.ts
index ffade23a..00b842bb 100644
--- a/docs/app/app.module.ts
+++ b/docs/app/app.module.ts
@@ -13,6 +13,7 @@ import { NgxLandingThemeModule } from './@theme/theme.module';
import { CoreModule } from './@core/core.module';
import { AppComponent } from './app.component';
import { AppRoutingModule } from './app-routing.module';
+import { LandingSharedModule } from './shared/landing-shared.module';
import { DOCS, STRUCTURE } from './app.options';
const docs = require('../output.json');
@@ -28,6 +29,7 @@ import { structure } from '../structure';
HttpClientModule,
AppRoutingModule,
+ LandingSharedModule,
NgxLandingThemeModule.forRoot(),
CoreModule.forRoot(),
],
diff --git a/docs/app/pages/docs/landing-docs.component.html b/docs/app/pages/docs/landing-docs.component.html
index e8feaa56..2f3ae215 100644
--- a/docs/app/pages/docs/landing-docs.component.html
+++ b/docs/app/pages/docs/landing-docs.component.html
@@ -1,7 +1,9 @@
-
+