mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-09 01:44:20 +01:00
basic sidebar implementation
This commit is contained in:
parent
0b399a4a1b
commit
e452207030
6 changed files with 295 additions and 4 deletions
10
src/app/theme/sidebar/sidebar.component.ts
Normal file
10
src/app/theme/sidebar/sidebar.component.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import {Component, ViewEncapsulation} from 'angular2/core';
|
||||
|
||||
@Component({
|
||||
selector: 'sidebar',
|
||||
styles: [ require('./sidebar.scss') ],
|
||||
template: require('./sidebar.html'),
|
||||
directives: [],
|
||||
pipes: []
|
||||
})
|
||||
export class Sidebar {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue