mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
refactor(app): rename components
This commit is contained in:
parent
afc24fe88f
commit
4fe5c69d8e
10 changed files with 17 additions and 17 deletions
|
|
@ -12,7 +12,7 @@ import {
|
|||
NgaUserModule,
|
||||
} from '@nga/theme';
|
||||
|
||||
import { SearchInputComponent, BaseHeaderComponent, BaseFooterComponent } from './components';
|
||||
import { SearchInputComponent, HeaderComponent, FooterComponent } from './components';
|
||||
import { OneColumnLayoutComponent } from './layouts';
|
||||
|
||||
const BASE_MODULES = [
|
||||
|
|
@ -31,15 +31,15 @@ const NGA_MODULES = [
|
|||
];
|
||||
|
||||
const COMPONENTS = [
|
||||
BaseHeaderComponent,
|
||||
BaseFooterComponent,
|
||||
HeaderComponent,
|
||||
FooterComponent,
|
||||
SearchInputComponent,
|
||||
];
|
||||
|
||||
const LAYOUTS = [
|
||||
OneColumnLayoutComponent,
|
||||
BaseHeaderComponent,
|
||||
BaseFooterComponent,
|
||||
HeaderComponent,
|
||||
FooterComponent,
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue