mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-31 05:35:16 +01:00
sidebar -> baSidebar
This commit is contained in:
parent
b534eafbd0
commit
8700268b7b
3 changed files with 4 additions and 4 deletions
|
|
@ -8,8 +8,8 @@ import {BaSidebarService} from './baSidebar.service';
|
|||
@Component({
|
||||
selector: 'ba-sidebar',
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
styles: [require('./sidebar.scss')],
|
||||
template: require('./sidebar.html'),
|
||||
styles: [require('./baSidebar.scss')],
|
||||
template: require('./baSidebar.html'),
|
||||
providers: [BaSidebarService]
|
||||
})
|
||||
export class BaSidebar {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export * from './sidebar.component.ts';
|
||||
export * from './baSidebar.component.ts';
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
export * from './baPageTop';
|
||||
export * from './baMsgCenter';
|
||||
export * from './sidebar';
|
||||
export * from './baSidebar';
|
||||
export * from './baContentTop';
|
||||
export * from './baCard';
|
||||
export * from './baAmChart';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue