mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
feat(@theme): add base footer
This commit is contained in:
parent
0992b52b24
commit
d9cd3c28aa
12 changed files with 67 additions and 19 deletions
|
|
@ -14,6 +14,7 @@ import {
|
|||
|
||||
import { SearchInputComponent } from './search-input/search-input.component';
|
||||
import { OneCollLayoutComponent, BaseHeaderComponent } from './layouts';
|
||||
import { BaseFooterComponent } from './layouts/base-footer/base-footer.component';
|
||||
|
||||
const BASE_MODULES = [
|
||||
CommonModule,
|
||||
|
|
@ -32,7 +33,8 @@ const NGA_MODULES = [
|
|||
|
||||
const LAYOUTS = [
|
||||
OneCollLayoutComponent,
|
||||
BaseHeaderComponent
|
||||
BaseHeaderComponent,
|
||||
BaseFooterComponent
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
|
@ -49,7 +51,8 @@ const LAYOUTS = [
|
|||
],
|
||||
declarations: [
|
||||
...LAYOUTS,
|
||||
SearchInputComponent
|
||||
SearchInputComponent,
|
||||
BaseFooterComponent
|
||||
]
|
||||
})
|
||||
export class ThemeModule {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue