mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
feat(demo): free banner section (#5714)
* feat(demo): add free banner section * feat(demo): update link to free banner Co-authored-by: d.strigo <d.strigo@akveo.com>
This commit is contained in:
parent
5fce610d8d
commit
eb326c4753
10 changed files with 78 additions and 2 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue