sidebar -> baSidebar

This commit is contained in:
nixa 2016-05-18 17:48:15 +03:00
parent b534eafbd0
commit 8700268b7b
3 changed files with 4 additions and 4 deletions

View file

@ -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 {

View file

@ -1 +1 @@
export * from './sidebar.component.ts';
export * from './baSidebar.component.ts';

View file

@ -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';