mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 02:10:12 +01:00
refactor(app): rename components
This commit is contained in:
parent
afc24fe88f
commit
4fe5c69d8e
10 changed files with 17 additions and 17 deletions
|
|
@ -5,7 +5,7 @@ import { Component } from '@angular/core';
|
|||
template: `
|
||||
<nga-layout>
|
||||
<nga-layout-header fixed>
|
||||
<base-header></base-header>
|
||||
<header></header>
|
||||
</nga-layout-header>
|
||||
|
||||
<nga-sidebar>
|
||||
|
|
@ -17,7 +17,7 @@ import { Component } from '@angular/core';
|
|||
</nga-layout-column>
|
||||
|
||||
<nga-layout-footer fixed>
|
||||
<base-footer></base-footer>
|
||||
<footer></footer>
|
||||
</nga-layout-footer>
|
||||
</nga-layout>
|
||||
`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue