mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-30 14:18:49 +01:00
baSlimScroll
This commit is contained in:
parent
be05565bdd
commit
baade22f33
7 changed files with 39 additions and 2 deletions
|
|
@ -3,6 +3,7 @@ import {Router} from '@angular/router-deprecated';
|
|||
|
||||
import {AppState} from '../../../app.state';
|
||||
import {layoutSizes} from '../../../theme';
|
||||
import {BaSlimScroll} from '../../../theme/directives';
|
||||
import {BaSidebarService} from './baSidebar.service';
|
||||
|
||||
@Component({
|
||||
|
|
@ -10,7 +11,8 @@ import {BaSidebarService} from './baSidebar.service';
|
|||
encapsulation: ViewEncapsulation.None,
|
||||
styles: [require('./baSidebar.scss')],
|
||||
template: require('./baSidebar.html'),
|
||||
providers: [BaSidebarService]
|
||||
providers: [BaSidebarService],
|
||||
directives: [BaSlimScroll]
|
||||
})
|
||||
export class BaSidebar {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue