mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-22 01:06:10 +01:00
sidebar -> baSidebar
This commit is contained in:
parent
fd8f21aaff
commit
b534eafbd0
6 changed files with 31 additions and 33 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import {Component, ViewEncapsulation} from '@angular/core';
|
||||
import {RouteConfig} from '@angular/router-deprecated';
|
||||
|
||||
import {BaPageTop, BaContentTop, Sidebar, BaBackTop} from '../theme/components';
|
||||
import {BaPageTop, BaContentTop, BaSidebar, BaBackTop} from '../theme/components';
|
||||
|
||||
import {Dashboard} from './dashboard';
|
||||
import {Ui} from './ui';
|
||||
|
|
@ -14,9 +14,9 @@ import {Tables} from './tables';
|
|||
selector: 'pages',
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
styles: [],
|
||||
directives: [BaPageTop, Sidebar, BaContentTop, BaBackTop],
|
||||
directives: [BaPageTop, BaSidebar, BaContentTop, BaBackTop],
|
||||
template: `
|
||||
<sidebar></sidebar>
|
||||
<ba-sidebar></ba-sidebar>
|
||||
<ba-page-top></ba-page-top>
|
||||
<div class="al-main">
|
||||
<div class="al-content">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue