mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-21 08:46:10 +01:00
feat(rc6): update to rc6
This commit is contained in:
parent
80a15536a5
commit
3ff5c51f1a
54 changed files with 187 additions and 193 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import {Component, ElementRef, HostListener, ViewEncapsulation} from '@angular/core';
|
||||
import {GlobalState} from '../../../global.state';
|
||||
import {layoutSizes} from '../../../theme';
|
||||
import {BaMenu} from '../baMenu';
|
||||
import {MENU} from '../../../../app/app.menu';
|
||||
import * as _ from 'lodash';
|
||||
|
||||
|
|
@ -9,9 +8,7 @@ import * as _ from 'lodash';
|
|||
selector: 'ba-sidebar',
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
styles: [require('./baSidebar.scss')],
|
||||
template: require('./baSidebar.html'),
|
||||
providers: [],
|
||||
directives: [BaMenu]
|
||||
template: require('./baSidebar.html')
|
||||
})
|
||||
export class BaSidebar {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue