mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-06 09:38:50 +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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue