feat(demo): add free banner section

This commit is contained in:
d.strigo 2020-06-16 11:08:01 +03:00
parent a7d1716fc6
commit a3e2cbf2af
10 changed files with 78 additions and 2 deletions

View file

@ -33,6 +33,7 @@ import {DefaultAdminInfoComponent} from './main-info-section/default-admin-main-
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';
import { FreeBannerSectionComponent } from './free-banner-section/free-banner-section.component';
// components
const PIPES = [LicensePipe, BackgroundImagePipe];
@ -54,6 +55,7 @@ const COMPONENTS = [
BackendBundlesSectionComponent,
MaterialFeaturesSectionComponent,
ContactFormComponent,
FreeBannerSectionComponent,
];
@NgModule({